Interface EventSettingOption

interface EventSettingOption {
    value: string;
    label: ReactNode;
}

Properties

Properties

value: string
label: ReactNode