areasServed ist string[]

This commit is contained in:
Andreas Knuth 2024-03-18 18:18:13 +01:00
parent fd91adda57
commit d5210d3df4
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ export interface UserBase {
companyWebsite?:string;
companyLocation?:string;
offeredServices?:string;
areasServed?:string;
areasServed?:string[];
hasProfile?:boolean;
hasCompanyLogo?:boolean;
}