import firebase from 'firebase/compat/app'; export interface Address { formattedAddress?: string; googlePlaceId?: string; location?: firebase.firestore.GeoPoint; mapsUrl?: string; name?: string; }