areasServed ist string[]
This commit is contained in:
parent
fd91adda57
commit
d5210d3df4
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue