@mintlify/models
Advanced tools
Comparing version 0.0.92 to 0.0.93
export type CtaButton = { | ||
type?: 'link'; | ||
name: string; | ||
@@ -4,0 +3,0 @@ url: string; |
export type NavbarLink = { | ||
name?: string; | ||
type?: 'github' | 'link' | string; | ||
type?: 'github'; | ||
url: string; | ||
}; |
{ | ||
"name": "@mintlify/models", | ||
"version": "0.0.92", | ||
"version": "0.0.93", | ||
"description": "Mintlify models", | ||
@@ -61,3 +61,3 @@ "engines": { | ||
}, | ||
"gitHead": "ce77d5d48c5f3d504bdda66bb10c32efe61d4d20" | ||
"gitHead": "715a6f94957b210ff2929e481cb71587df263585" | ||
} |
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
130486
589