GeneratorPluginV1Fn()<Store>
GeneratorPluginV1Fn<Store
> = (ctx
, next
) => Promise
<void
>
Type Parameters
Type Parameter | Default type |
---|
Store
|
unknown
|
Parameters
Parameter | Type |
---|
ctx
|
Ctx <Store >
|
next
|
() => Promise <void >
|
Returns
Promise
<void
>