Interface RawModalSubmitCheckboxGroupComponent

interface RawModalSubmitCheckboxGroupComponent {
    custom_id: string;
    type: CHECKBOX_GROUP;
    values: string[];
}

Hierarchy (view full)

Properties

Properties

custom_id: string
values: string[]