GramIO API Reference / @gramio/scenes/dist / StepHandler
Type Alias: StepHandler()<T, Return>
StepHandler<
T,Return> = (context,next) =>any
Defined in: scenes/index.d.ts:207
Type Parameters
| Type Parameter | Default type |
|---|---|
T | - |
Return | any |
Parameters
| Parameter | Type |
|---|---|
context | T |
next | Next |
Returns
any