Variable: reminderOptions
const reminderOptions: { label: { de: string; en: string; }; value: string;}[];Defined in: shared/src/constants/appointment.ts:32
Type Declaration
Section titled “Type Declaration”| Name | Type | Default value | Defined in |
|---|---|---|---|
label | { de: string; en: string; } | - | shared/src/constants/appointment.ts:35 |
label.de | string | "15 Minuten" | shared/src/constants/appointment.ts:36 |
label.en | string | "15 minutes" | shared/src/constants/appointment.ts:37 |
value | string | "15" | shared/src/constants/appointment.ts:34 |