@mintlify/models
Advanced tools
Comparing version 0.0.45 to 0.0.46
import type { OpenAPI } from 'openapi-types'; | ||
export type OpenApiFile = { | ||
filename: string; | ||
spec: OpenAPI.Document; | ||
document: OpenAPI.Document; | ||
}; |
{ | ||
"name": "@mintlify/models", | ||
"version": "0.0.45", | ||
"version": "0.0.46", | ||
"description": "Mintlify models", | ||
@@ -77,3 +77,3 @@ "engines": { | ||
}, | ||
"gitHead": "7c0ea868488ca16919979132c3f1fbc1801ca493" | ||
"gitHead": "a5ccd27af91d1844d56051568045fd6994fd024b" | ||
} |
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
135589