Keyboard shortcuts

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

Type Alias: ScenarioEachBody<T>

ScenarioEachBody<T> = (ctx, param) => void | Promise<void>

Type Parameters

T

T

Parameters

ctx

any

param

T

Returns

void | Promise<void>