importtype { firestore } from'firebase-admin';
/**
* A function that takes a document snapshot and derives the data with which to update that document.
*/exporttypeUpdateDataGetter<D = firestore.DocumentData> = (doc: firestore.QueryDocumentSnapshot<D>) => firestore.UpdateData<D>;