@laserware/stasis
    Preparing search index...

    Interface AsyncActionCreator<RP, SP, FP, Type>

    Object containing action creators for handling asynchronous actions.

    Type Parameters

    • RP

      Type of the request action payload.

    • SP

      Type of the success action payload.

    • FP

      Type of the failure action payload.

    • Type extends string = string

      Value of the type field in the action.