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 7f76e4b commit e1c3d5dCopy full SHA for e1c3d5d
packages/openapi-typescript/README.md
@@ -67,7 +67,8 @@ npx openapi-typescript https://myapi.dev/api/v1/openapi.yaml -o ./path/to/my/sch
67
68
Then in your TypeScript project, import types where needed:
69
70
-```ts [src/my-project.ts]
+```ts
71
+```
72
import type { paths, components } from "./my-openapi-3-schema"; // generated by openapi-typescript
73
74
// Schema Obj
0 commit comments