Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Automattic/mongoose
/ DocumentSetOptions
Interface
DocumentSetOptions
types/document.d.ts:7–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
type
pathsToSkip = string[] | string;
6
7
interface
DocumentSetOptions {
8
merge?: boolean;
9
10
[key: string]: any;
11
}
12
13
/**
14
* Generic types
for
Document:
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected