Interface ModalSubmitRadioGroupComponent

interface ModalSubmitRadioGroupComponent {
    customID: string;
    type: RADIO_GROUP;
    value: null | string;
}

Hierarchy (view full)

Properties

Properties

customID: string
value: null | string