UNPKG

@mintlify/validation

Version:

Validates mint.json files

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