Interface RawModalSubmitCheckboxComponent

interface RawModalSubmitCheckboxComponent {
    custom_id: string;
    type: CHECKBOX;
    value: boolean;
}

Hierarchy (view full)

Properties

Properties

custom_id: string
type: CHECKBOX
value: boolean