Skip to main content

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>