mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
chore: joinded mongodb types
This commit is contained in:
4
packages/mongo/mongo.d.ts
vendored
4
packages/mongo/mongo.d.ts
vendored
@@ -16,9 +16,7 @@ export type UnionOmit<T, K extends keyof any> = T extends T
|
||||
|
||||
export namespace Mongo {
|
||||
|
||||
type Query<T> = MongoNpmModule.Filter<T>;
|
||||
|
||||
export type Selector<T> = Query<T>;
|
||||
export type Selector<T> = MongoNpmModule.Filter<T>;
|
||||
|
||||
type Modifier<T> = MongoNpmModule.UpdateFilter<T>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user