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