Interface ModalSubmitCheckboxComponent

interface ModalSubmitCheckboxComponent {
    customID: string;
    type: CHECKBOX;
    value: boolean;
}

Hierarchy (view full)

Properties

Properties

customID: string
type: CHECKBOX
value: boolean