interface InteractionData {
    applicationCommand: ApplicationCommand | PrivateApplicationCommand;
    name: string;
    options: InteractionOptionWrapper;
}

Properties

name: string