InteractionTarget
Signature
export type InteractionTarget<T> = T extends MessageCommandInteraction ? MessageStructure : UserStructure;Members
This export does not declare public properties or methods in the generated declaration file.
export type InteractionTarget<T> = T extends MessageCommandInteraction ? MessageStructure : UserStructure;This export does not declare public properties or methods in the generated declaration file.