PopiiMiddleware
Popii / PopiiMiddleware
Type Alias: PopiiMiddleware<TState, TInput, TLocals>
Section titled “Type Alias: PopiiMiddleware<TState, TInput, TLocals>”PopiiMiddleware<
TState,TInput,TLocals> =PopiiRegularMiddleware<TState,TInput,TLocals> |PopiiErrorMiddleware<TState,TInput,TLocals>
Defined in: types.ts:241
Type Parameters
Section titled “Type Parameters”TState
Section titled “TState”TState = any
TInput
Section titled “TInput”TInput = any
TLocals
Section titled “TLocals”TLocals = PopiiLocals & Record<string, any>