export interface CloudDBZoneSnapshot { getSnapshotObjects(): T[]; getUpsertedObjects(): T[]; getDeletedObjects(): T[]; }