Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mongodb/node-mongodb-native
/ JsonVersionSchema
Interface
JsonVersionSchema
etc/docs/utils.ts:8–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
export
const
LATEST_TAG =
'Next'
;
7
8
export
interface
JsonVersionSchema {
9
version: string;
10
}
11
12
export
interface
VersionSchema {
13
version: string;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected