Skip to content

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

C

C extends Command = Command

GF

GF extends ClercFlagsDefinition = { }

Released under the MIT license