Variable: typeOptions
const typeOptions: { label: { de: string; en: string; }; value: string;}[];Defined in: shared/src/constants/appointment.ts:1
Type Declaration
Section titled “Type Declaration”| Name | Type | Default value | Defined in |
|---|---|---|---|
label | { de: string; en: string; } | - | shared/src/constants/appointment.ts:4 |
label.de | string | "Arbeit" | shared/src/constants/appointment.ts:5 |
label.en | string | "Work" | shared/src/constants/appointment.ts:6 |
value | string | "work" | shared/src/constants/appointment.ts:3 |