Interface ModalSubmitStringSelectComponent

interface ModalSubmitStringSelectComponent {
    customID: string;
    type: STRING_SELECT;
    value: string[];
}

Hierarchy (view full)

Properties

Properties

customID: string
value: string[]