Interface RawModalSubmitRadioGroupComponent

interface RawModalSubmitRadioGroupComponent {
    custom_id: string;
    type: RADIO_GROUP;
    value: null | string;
}

Hierarchy (view full)

Properties

Properties

custom_id: string
value: null | string