Type Alias SelectSetting

SelectSetting: Setting<string> & {
    options: {
        label: string;
        value: string;
    }[];
}