Skip to content

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 ParameterDefault type
T-
Returnany

Parameters

ParameterType
contextT
nextNext

Returns

any