UNPKG

node-firestore-import-export

Version:
10 lines (9 loc) 181 B
export interface IDocument { __collections__: { [id: string]: ICollection; }; [id: string]: any; } export interface ICollection { [id: string]: IDocument; }