account changes
This commit is contained in:
@@ -15,6 +15,7 @@ export interface User {
|
||||
hasCompanyLogo?: boolean;
|
||||
licensedIn?: LicensedIn[];
|
||||
gender?: 'male' | 'female';
|
||||
customerType?: 'buyer' | 'broker' | 'professional';
|
||||
created?: Date;
|
||||
updated?: Date;
|
||||
}
|
||||
@@ -35,6 +36,7 @@ export interface UserData {
|
||||
hasCompanyLogo?: boolean;
|
||||
licensedIn?: string[];
|
||||
gender?: 'male' | 'female';
|
||||
customerType?: 'buyer' | 'broker' | 'professional';
|
||||
created?: Date;
|
||||
updated?: Date;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user