chore: joinded mongodb types

This commit is contained in:
Gabriel Grubba
2023-02-07 13:49:57 -03:00
parent e456dc6c25
commit 41463374fe

View File

@@ -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>;