Interface: StartTimerResult
Defined in: shared/src/helper/appointmentHelper/appointmentTimerHelpers.ts:8
Result of starting a timer from an appointment.
Properties
Section titled “Properties”error?
Section titled “error?”optional error: { english: string; german: string;};Defined in: shared/src/helper/appointmentHelper/appointmentTimerHelpers.ts:11
english
Section titled “english”english: string;german
Section titled “german”german: string;success
Section titled “success”success: boolean;Defined in: shared/src/helper/appointmentHelper/appointmentTimerHelpers.ts:9
timerId?
Section titled “timerId?”optional timerId: string;Defined in: shared/src/helper/appointmentHelper/appointmentTimerHelpers.ts:10