UNPKG

node-firestore-import-export

Version:
8 lines (7 loc) 164 B
import { ICollection } from './ICollection'; export interface IDocument { __collections__: { [id: string]: ICollection; }; [id: string]: any; }