| 32 | * * DocType - the type of the actual Document created |
| 33 | */ |
| 34 | class Document<T = Types.ObjectId, TQueryHelpers = any, DocType = any, TVirtuals = Record<string, any>, TSchemaOptions = {}> { |
| 35 | constructor(doc?: any); |
| 36 | |
| 37 | /** This documents _id. */ |
nothing calls this directly
no outgoing calls
no test coverage detected