Interface ModalSubmitTextInputComponent

interface ModalSubmitTextInputComponent {
    customID: string;
    type: TEXT_INPUT;
    value: string;
}

Hierarchy (view full)

Properties

Properties

customID: string
value: string