We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a486a9 commit a6a6d20Copy full SHA for a6a6d20
README.md
@@ -24,10 +24,10 @@ yarn add -D @omer-x/openapi-types
24
Import the types you need in your TypeScript project:
25
26
```typescript
27
-import { OpenAPIObject, InfoObject, PathsObject } from '@omer-x/openapi-types';
+import { OpenApiDocument } from '@omer-x/openapi-types';
28
29
// Example usage
30
-const openApiSpec: OpenAPIObject = {
+const openApiSpec: OpenApiDocument = {
31
openapi: "3.1.0",
32
info: {
33
title: "Sample API",
0 commit comments