Handler<V>: ((req,
res,
params,
store,
searchParams) => any) Type declaration
- (req, res, params, store, searchParams): any
Parameters
- req: Req<V>
- res: Res<V>
- params: {
[k: string]: string | undefined;
}[k: string]: string | undefined
- store: any
- searchParams: {
[k: string]: string;
}
Returns any