| 23 | import { FilterQuery, ToObjectOptions, UpdateQuery } from 'mongoose' |
| 24 | |
| 25 | export interface TypegooseQueryServiceOpts { |
| 26 | documentToObjectOptions?: ToObjectOptions |
| 27 | } |
| 28 | |
| 29 | /** |
| 30 | * Base class for all query services that use Typegoose. |
nothing calls this directly
no outgoing calls
no test coverage detected