Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RequestAction

An action that is received by the apiMiddleware to make network request to an API server, while at the same time is dispatched to the reducers to set the Redux application in a loading state.

Hierarchy

  • Action
    • RequestAction

Index

Properties

Properties

payload

payload: object

Type declaration

  • axiosRequestConfig: AxiosRequestConfig
  • errorMessage: string
  • key: string

type

type: any

Generated using TypeDoc