Interface RawModalSubmitStringSelectComponent

interface RawModalSubmitStringSelectComponent {
    custom_id: string;
    type: STRING_SELECT;
    values: string[];
}

Hierarchy (view full)

Properties

Properties

custom_id: string
values: string[]