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