- Preparing search index...
- The search index is not available
lemon-core
Type alias NextHandler<TParam, TResult, TBody>
Next
Handler
<TParam, TResult, TBody>: ((id
?: string, param
?: TParam, body
?: TBody, $ctx
?: NextContext) => Promise<TResult>)
Type Parameters
-
TParam = any
-
TResult = any
-
TBody = any
Type declaration
-
- (id?: string, param?: TParam, body?: TBody, $ctx?: NextContext): Promise<TResult>
-
Parameters
-
Optional
id: string
-
Optional
param: TParam
-
Optional
body: TBody
-
Returns Promise<TResult>
type:
NextHandler