Interface ModalSubmitInteractionData

interface ModalSubmitInteractionData {
    components: ModalSubmitInteractionComponentsWrapper;
    customID: string;
}

Properties

Properties

customID: string