type Location = { id?: string; uid?: string; profile?: string; title: string; address: string; phone: string; howToFind: string; disinfection: string; wifi: boolean; wardrobe: boolean; freeParking: boolean; parking: boolean; ventilation: boolean; waitingAreaSize: number | null; neededEmployees: number | null; sortPosition: number; }; export { Location };