feat: agregar soporte para cancelación de citas por parte del cliente en notificaciones
This commit is contained in:
@@ -46,6 +46,7 @@ export type SendAppointmentNotificationParams = {
|
||||
systemToken?: string;
|
||||
type: APPOINTMENT_NOTIFICATION_TYPE;
|
||||
channel?: "whatsapp" | "email";
|
||||
allowClientCancellation?: boolean;
|
||||
};
|
||||
|
||||
export type CreateImmediateAppointmentNotificationJobsParams = {
|
||||
|
||||
Reference in New Issue
Block a user