Type alias EmbeddedServiceAppointmentSettings
EmbeddedServiceAppointmentSettings: {
appointmentConfirmImg?: string | null;
enabled: boolean;
homeImg?: string | null;
logoImg?: string | null;
shouldShowExistingAppointment?: boolean | null;
shouldShowNewAppointment?: boolean | null;
}
Type declaration
Optional appointmentConfirmImg?: string | null
enabled: boolean
Optional homeImg?: string | null
Optional logoImg?: string | null
Optional shouldShowExistingAppointment?: boolean | null
Optional shouldShowNewAppointment?: boolean | null