@mintlify/models
Advanced tools
Comparing version 0.0.29 to 0.0.30
import { PageMetaTags } from '../types/pageMetaTags.js'; | ||
import { IconType } from './iconTypes.js'; | ||
export type Navigation = NavigationGroup[]; | ||
@@ -8,2 +9,3 @@ export type NavigationGroup = { | ||
icon?: string; | ||
iconType?: IconType; | ||
}; | ||
@@ -16,4 +18,5 @@ export type NavigationEntry = NavigationGroup | string; | ||
icon?: string; | ||
iconType?: IconType; | ||
}; | ||
export type DecoratedNavigationEntry = DecoratedNavigationGroup | PageMetaTags; | ||
export type DecoratedNavigation = DecoratedNavigationGroup[]; |
@@ -0,1 +1,2 @@ | ||
import { IconType } from 'src/mintconfig'; | ||
export type PageMetaTags = { | ||
@@ -20,2 +21,3 @@ href?: string; | ||
icon?: string; | ||
iconType?: IconType; | ||
tag?: string; | ||
@@ -22,0 +24,0 @@ url?: string; |
{ | ||
"name": "@mintlify/models", | ||
"version": "0.0.29", | ||
"version": "0.0.30", | ||
"description": "Mintlify models", | ||
@@ -72,3 +72,3 @@ "engines": { | ||
}, | ||
"gitHead": "f9a29f3de6300880517b4748f7b4822c625680c2" | ||
"gitHead": "ebc76997a0bd3685141f7718faabd3ef84ce2092" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
110498
485