Type Alias APIApplicationCommandInteractionWrapper<Data>

APIApplicationCommandInteractionWrapper: APIBaseInteraction<
    ApplicationCommand,
    Data,
> & Required<
    Pick<
        APIBaseInteraction<ApplicationCommand, Data>,
        "app_permissions" | "channel_id" | "channel" | "data",
    >,
>

Type Parameters