- Preparing search index...
- The search index is not available
lemon-core
Type alias MyHandler<TEvent, TResult>
My
Handler
<TEvent, TResult>: ((event
: TEvent, context
: NextContext) => Promise<TResult>)
Type Parameters
-
TEvent = any
-
TResult = any
Type declaration
-
- (event: TEvent, context: NextContext): Promise<TResult>
-
Returns Promise<TResult>