MCPcopy
hub / github.com/mongodb/node-mongodb-native / JsonVersionSchema

Interface JsonVersionSchema

etc/docs/utils.ts:8–10  ·  etc/docs/utils.ts::JsonVersionSchema

Source from the content-addressed store, hash-verified

6export const LATEST_TAG = class="st">'Next';
7
8export interface JsonVersionSchema {
9 version: string;
10}
11
12export interface VersionSchema {
13 version: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected