Skip to content

Variable: typeOptions

const typeOptions: {
label: {
de: string;
en: string;
};
value: string;
}[];

Defined in: shared/src/constants/appointment.ts:1

NameTypeDefault valueDefined in
label{ de: string; en: string; }-shared/src/constants/appointment.ts:4
label.destring"Arbeit"shared/src/constants/appointment.ts:5
label.enstring"Work"shared/src/constants/appointment.ts:6
valuestring"work"shared/src/constants/appointment.ts:3