Skip to content

Fix types #825

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 10, 2024
Merged

Fix types #825

merged 1 commit into from
Jul 10, 2024

Conversation

raing3
Copy link

@raing3 raing3 commented Jul 10, 2024

Follow on from: #812

To fix the incorrect type file reference which was causing an issue with my usage of the library:

Could not find a declaration file for module 'swagger-typescript-api'. '<path>/node_modules/swagger-typescript-api/dist/lib.cjs' implicitly has an 'any' type.
  Try `npm i --save-dev @types/swagger-typescript-api` if it exists or add a new declaration (.d.ts) file containing `declare module 'swagger-typescript-api';`

1 import { generateApi, GenerateApiParams } from 'swagger-typescript-api';

@smorimoto smorimoto enabled auto-merge July 10, 2024 23:36
@smorimoto smorimoto merged commit 03c4d64 into acacode:main Jul 10, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants