export interface ClientFacingAppointmentCancellationReason { id: string; name: string; isRefundable: boolean; }