Type Alias: ScenarioEachBody<T>
ScenarioEachBody<
T> = (ctx,param) =>void|Promise<void>
Type Parameters
T
T
Parameters
ctx
any
param
T
Returns
void | Promise<void>
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
ScenarioEachBody<
T> = (ctx,param) =>void|Promise<void>
T
any
T
void | Promise<void>