MCPcopy Create free account
hub / github.com/Automattic/mongoose /

Class

types/document.d.ts:34–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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. */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected