MCPcopy Create free account
hub / github.com/chainjet/platform / TypegooseQueryServiceOpts

Interface TypegooseQueryServiceOpts

libs/common/src/TypegooseQueryService.ts:25–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23import { FilterQuery, ToObjectOptions, UpdateQuery } from 'mongoose'
24
25export interface TypegooseQueryServiceOpts {
26 documentToObjectOptions?: ToObjectOptions
27}
28
29/**
30 * Base class for all query services that use Typegoose.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected