Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "types/index"

Index

Type aliases

RequestErrorOrNull

RequestErrorOrNull: RequestError | null

a union type between RequestError and null.

RequestReducer

RequestReducer: Reducer<object>

A type of reducer that handles all the standard types of actions that dispatched by the apiMiddleware.

Generated using TypeDoc