@typed-discord/interactions
    Preparing search index...

    Type Alias ApplicationCommandResponse

    ApplicationCommandResponse: CallbackResponse<
        | Types.CreateMessageInteractionCallbackRequest
        | Types.DeferredCreateMessageInteractionCallbackRequest
        | Types.ModalInteractionCallbackRequest,
    >

    Response type for application command interactions.