Type Alias: Interceptor<C, GF>
ts
type Interceptor<C, GF> = InterceptorHandler<C, GF> | InterceptorObject<C, GF>;Defined in: packages/core/src/types/interceptor.ts:38
Type Parameters
| Type Parameter | Default type |
|---|---|
C extends Command | Command |
GF extends ClercFlagsDefinition | object |

