Skip to content

Type Alias: InterceptorContext<C, GF>

ts
type 
InterceptorContext
<
C
,
GF
> =
DeepPrettify
<
BaseContext
<
C
,
GF
>>;

Defined in: packages/core/src/types/interceptor.ts:7

Type Parameters

C

C extends Command = Command

GF

GF extends ClercFlagsDefinition = { }

Released under the MIT license