Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save kenmori/ba7318086e87681efb77fd50cd2c6067 to your computer and use it in GitHub Desktop.
Save kenmori/ba7318086e87681efb77fd50cd2c6067 to your computer and use it in GitHub Desktop.
【型定義がない!自動生成したい!TypeScript x Swagger】Swagger.ymlからschema.d.tsを生成する

npx @manifoldco/swagger-to-ts swagger.yml --wrapper "declare namespace API" --output schema.d.ts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment