export type MetaType = { collectionPath: string; collectionID: string; docID: string; docPath: string; read: Record; write: Record; writeMerge: Record; writeFlatten: Record; compare: Record; base: Record; parent: MetaType | null; ancestors: MetaType[]; };