Type Alias: InterceptorHandler()<C, GF>
ts
type InterceptorHandler<C, GF> = (context, next) => void | Promise<void>;Defined in: packages/core/src/types/interceptor.ts:17
Type Parameters
| Type Parameter | Default type |
|---|---|
| |
|
|
Parameters
| Parameter | Type |
|---|---|
|
|
|
Returns
void | Promise<void>

