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

