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