export interface ChangesDocModel { name: 'create' | 'update' | 'delete'; snapshot: { [k: string]: any; }; }