@mintlify/models
Advanced tools
Comparing version 0.0.127 to 0.0.128
export type VersionType = string | VersionObjectType; | ||
export type VersionObjectType = { | ||
name: string; | ||
url: string; | ||
url?: string; | ||
default?: true; | ||
}; |
{ | ||
"name": "@mintlify/models", | ||
"version": "0.0.127", | ||
"version": "0.0.128", | ||
"description": "Mintlify models", | ||
@@ -61,3 +61,3 @@ "engines": { | ||
}, | ||
"gitHead": "717ac01ddd0d96af279d93047da262fd0f5872d0" | ||
"gitHead": "31329fce3dc71bdf97c73f0f10d3610e8552e885" | ||
} |
Sorry, the diff of this file is not supported yet
140453