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

Type ParameterDefault type
C extends CommandCommand
GF extends ClercFlagsDefinitionobject

在 MIT 许可证下发布