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 d79dfdf commit 761e06aCopy full SHA for 761e06a
README.md
@@ -48,7 +48,7 @@ npx openapi-typescript https://myapi.dev/api/v1/openapi.yaml -o ./path/to/my/sch
48
Then, import schemas from the generated file like so:
49
50
```ts
51
-import type { paths, components } from "./api/v1"; // generated by openapi-typescript
+import type { paths, components } from "./my-openapi-3-schema"; // generated by openapi-typescript
52
53
// Schema Obj
54
type MyType = components["schemas"]["MyType"];
0 commit comments