@epikodelabs/actionstack / ThunkTrigger
Type Alias: ThunkTrigger<TAction>
ThunkTrigger<
TAction> =string| (action) =>boolean
Defined in: types.ts:97
Defines the trigger types supported by thunks.
string: matches an action by itstype(action) => boolean: custom predicate matcher