Typeseedcordv0.13.0Internal
type SlashRouteOf<
TCtor extends new (
...args: any[]
) => InteractionHandler<Repliables>
> =
InstanceType<TCtor> extends SlashHandler<
infer Route,
CacheType
>
? Route
: never;type SlashRouteOf<
TCtor extends new (
...args: any[]
) => InteractionHandler<Repliables>
> =
InstanceType<TCtor> extends SlashHandler<
infer Route,
CacheType
>
? Route
: never;TCtor
TCtor extends new (...args: any[]) => InteractionHandler<Repliables>TCtor extends new (...args: any[]) => InteractionHandler<Repliables>