Type Alias APICommandTypeValue

APICommandTypeValue: Exclude<
    typeof CommandType[keyof typeof CommandType],
    | "Button"
    | "StringSelect"
    | "UserSelect"
    | "RoleSelect"
    | "MentionableSelect"
    | "ChannelSelect"
    | "ModalSubmit"
    | "AutoComplete",
>