@swastikbhattacharyya/next-actions - v0.3.2
    Preparing search index...

    Type Alias ActionResultWithoutPayload<ErrorMap>

    ActionResultWithoutPayload: ActionResult<void, ErrorMap>

    A shortcut type for a ActionResult that returns no payload but may return errors.

    Type Parameters

    • ErrorMap extends void | object

      A map where each key is an error code, and the corresponding value is the payload associated with that specific error.