export interface MongoUpdate { [id: string]: any; } export type MongoProjection = T[]|Record;