{ id: number; name: string; type: string | null; preShiftUrl: string | null; postShiftUrl: string | null; city: string | null; geometry: { type: string; coordinates: [number, number]; }; ... 11 more ...; organizationId: number; }
{ id: number; name: string; type: string | null; preShiftUrl: string | null; postShiftUrl: string | null; city: string | null; geometry: { type: string; coordinates: [number, number]; }; ... 11 more ...; organizationId: number; }