UNPKG

firelordjs

Version:

🔥 High Precision Typescript Wrapper for Firestore Web, Providing Unparalleled Type Safe and Dev Experience

15 lines (14 loc) • 406 B
export type MetaType = { collectionPath: string; collectionID: string; docID: string; docPath: string; read: Record<string, unknown>; write: Record<string, unknown>; writeMerge: Record<string, unknown>; writeFlatten: Record<string, unknown>; compare: Record<string, unknown>; base: Record<string, unknown>; parent: MetaType | null; ancestors: MetaType[]; };