@mintlify/models
Advanced tools
| import { IconType } from '../mintconfig/index.js'; | ||
| import { ApiPlaygroundDisplayType } from './apiPlaygroundDisplayType.js'; | ||
| export declare const NATIVE_METADATA_TAG_KEYS_SET: Set<string>; | ||
| export type RelatedFrontmatterEntry = string | Record<string, string>; | ||
| export type RelatedFrontmatter = false | RelatedFrontmatterEntry[]; | ||
| export type PageMetaTags = { | ||
@@ -41,2 +43,3 @@ href?: string; | ||
| deprecated?: boolean; | ||
| related?: RelatedFrontmatter; | ||
| } & Record<string, unknown>; |
+2
-2
| { | ||
| "name": "@mintlify/models", | ||
| "version": "0.0.302", | ||
| "version": "0.0.303", | ||
| "description": "Mintlify models", | ||
@@ -62,3 +62,3 @@ "engines": { | ||
| }, | ||
| "gitHead": "d80206844c8d0459975b8f4629aadd3b0e526b32" | ||
| "gitHead": "2647e3a109e873ca549b2e68a860f14307f9de0c" | ||
| } |
Sorry, the diff of this file is not supported yet
225703
0.08%2447
0.12%