Interface ModalSubmitCheckboxGroupComponent

interface ModalSubmitCheckboxGroupComponent {
    customID: string;
    type: CHECKBOX_GROUP;
    values: string[];
}

Hierarchy (view full)

Properties

Properties

customID: string
values: string[]