This commit is contained in:
2024-09-10 21:30:03 +02:00
parent 17213ba4b0
commit 83307684ee
25 changed files with 799 additions and 477 deletions

View File

@@ -233,6 +233,10 @@ export interface UploadParams {
export interface GeoResult {
id: number;
name: string;
street?: string;
housenumber?: string;
county?: string;
zipCode?: number;
state: string;
latitude: number;
longitude: number;
@@ -318,7 +322,7 @@ export function createDefaultUser(email: string, firstname: string, lastname: st
companyName: null,
companyOverview: null,
companyWebsite: null,
companyLocation: null,
location: null,
offeredServices: null,
areasServed: [],
hasProfile: false,