Type alias Filter<TSchema>

Filter<TSchema>: {
    [P in keyof WithId<TSchema>]?: Condition<WithId<TSchema>[P]>
} & RootFilterOperators<WithId<TSchema>>

A MongoDB filter can be some portion of the schema or a set of operators

Type Parameters

  • TSchema

Generated using TypeDoc