interface APIModalInteractionResponse {
    data: APIModalInteractionResponseCallbackData;
    type: Modal;
}

Properties

Properties

type: Modal