Skip to main content
Version: Next (2.x)

GeneratorPluginV1Fn<Store>

GeneratorPluginV1Fn<Store> = (ctx, next) => Promise<void>

Type Parameters

Type ParameterDefault type

Store

unknown

Parameters

ParameterType

ctx

Ctx<Store>

next

() => Promise<void>

Returns

Promise<void>