areasServed ist string[]
This commit is contained in:
@@ -79,7 +79,7 @@ export interface UserBase {
|
||||
companyWebsite?:string;
|
||||
companyLocation?:string;
|
||||
offeredServices?:string;
|
||||
areasServed?:string;
|
||||
areasServed?:string[];
|
||||
hasProfile?:boolean;
|
||||
hasCompanyLogo?:boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user