Type alias: PostRun<TOptions>
ฦฌ PostRun<TOptions
>: (options
: TOptions
| undefined
, context
: PostRunContext
) => void
| Promise
<void
>
Type parameters
Name | Type |
---|---|
TOptions | unknown |
Type declaration
โธ (options
, context
): void
| Promise
<void
>
Parameters
Name | Type |
---|---|
options | TOptions | undefined |
context | PostRunContext |
Returns
void
| Promise
<void
>