feat: add clinic status management with active/inactive toggle and update related API endpoints
This commit is contained in:
@@ -41,11 +41,10 @@ export interface Clinic {
|
||||
uuid: string;
|
||||
name: string;
|
||||
phone: string | null;
|
||||
description: string | null;
|
||||
logo: string | null;
|
||||
is_active: boolean;
|
||||
doctors_count: number;
|
||||
created_at: string;
|
||||
created_at: number;
|
||||
}
|
||||
|
||||
export type AppointmentStatus =
|
||||
|
||||
Reference in New Issue
Block a user