@mintlify/validation
Version:
Validates mint.json files
11 lines (10 loc) • 427 B
TypeScript
import { RefUuidMap, UUIDObjectHashMap, HashedNodeMap, UUID, PathObjectOrRef } from './types/index.js';
export declare const mapPath: ({ pathItem, refUuidMap, uuidObjectHashMap, hashedNodeMap, uuid, path, isWebhook, }: {
pathItem: PathObjectOrRef;
refUuidMap: RefUuidMap;
uuidObjectHashMap: UUIDObjectHashMap;
hashedNodeMap: HashedNodeMap;
uuid: UUID;
path: string;
isWebhook?: boolean;
}) => void;