feat: add owner mobile information to ClinicsPage and update API to fetch owner mobile
This commit is contained in:
@@ -45,6 +45,7 @@ export interface Clinic {
|
||||
is_active: boolean;
|
||||
doctors_count: number;
|
||||
created_at: number;
|
||||
owner_mobile: string | null;
|
||||
}
|
||||
|
||||
export interface ClinicDetail {
|
||||
|
||||
Reference in New Issue
Block a user