feat(representation): expose doctor representation details and add counts in admin views
This commit is contained in:
@@ -157,6 +157,8 @@ export interface Representation {
|
||||
commission_percent: number;
|
||||
bank_account: { card?: string; bank_name?: string; iban?: string } | null;
|
||||
wallet_balance?: number;
|
||||
doctor_count?: number;
|
||||
appointment_count?: number;
|
||||
active?: boolean;
|
||||
is_active?: boolean;
|
||||
created_at: string;
|
||||
|
||||
Reference in New Issue
Block a user