ShokupanHandler
ShokupanHandler<
State,Params> = (ctx,next?) =>Promise<any> |any&object
Defined in: src/util/types.ts:334
Type Declaration
Section titled “Type Declaration”originalHandler?
Section titled “originalHandler?”
optionaloriginalHandler:ShokupanHandler<State,Params>
Type Parameters
Section titled “Type Parameters”State extends Record<string, any> = Record<string, any>
Params
Section titled “Params”Params extends Record<string, string> = Record<string, string>