import { Query, DocumentData } from '@angular/fire/firestore'; export type QueryFn = (ref: Query) => Query;