UNPKG

@mintlify/validation

Version:

Validates mint.json files

4 lines (3 loc) 206 B
import { OpenAPIV3, OpenAPIV3_1 } from 'openapi-types'; import { RefUuidMap } from './types/index.js'; export declare const buildRefUuidMap: (spec: OpenAPIV3.Document | OpenAPIV3_1.Document) => RefUuidMap;