feat: update representation management to use city_id instead of city and add city filtering
This commit is contained in:
@@ -109,6 +109,7 @@ export interface Representation {
|
||||
full_name: string;
|
||||
domain?: string;
|
||||
mobile_number: string | null;
|
||||
city_id: number | null;
|
||||
city: string | null;
|
||||
commission_percent: number;
|
||||
bank_account: { card?: string; bank_name?: string; iban?: string } | null;
|
||||
|
||||
Reference in New Issue
Block a user