import firebase from 'firebase/compat/app'; import IAttributeFamily from '../Product/IAttributeFamily'; export default interface IExportSchema { readonly name: string; readonly potential_total_count: number; readonly families: firebase.firestore.DocumentReference[] | string[]; }