UNPKG

@mintlify/validation

Version:

Validates mint.json files

9 lines (8 loc) 374 B
import { ExampleOrRefObject, RefUuidMap, UUIDObjectHashMap, HashedNodeMap, UUID } from './types/index.js'; export declare const mapExample: ({ example, refUuidMap, uuidObjectHashMap, hashedNodeMap, uuid, }: { example: ExampleOrRefObject; refUuidMap: RefUuidMap; uuidObjectHashMap: UUIDObjectHashMap; hashedNodeMap: HashedNodeMap; uuid: UUID; }) => void;