feat: add owner mobile information to ClinicsPage and update API to fetch owner mobile

This commit is contained in:
hamed
2026-06-13 17:39:56 +03:30
parent d50fb96542
commit 5c167b5d39
3 changed files with 13 additions and 3 deletions
+1
View File
@@ -45,6 +45,7 @@ export interface Clinic {
is_active: boolean;
doctors_count: number;
created_at: number;
owner_mobile: string | null;
}
export interface ClinicDetail {