import firebase from 'firebase/compat/app'; export interface Package { id: string; linkedInterventions: firebase.firestore.DocumentReference[]; }