@trrack/core / ActionCreatorWithoutPayload
Type Alias: ActionCreatorWithoutPayload<Type>
ActionCreatorWithoutPayload<
Type> =BaseActionCreator<undefined,Type> & (noArgument) =>object
Defined in: action.ts:81
Type Parameters
Type
Type extends string = string
Last updated on