blockfrost / openapi

OpenAPI specification for Blockfrost.io service
https://docs.blockfrost.io
MIT License
22 stars 15 forks source link

There is error when we try to build type script project that use your package for checking ADA balance. #312

Closed emadpanah closed 1 year ago

emadpanah commented 1 year ago

node_modules/@blockfrost/blockfrost-js/node_modules/@blockfrost/openapi/lib/functions/schema.d.ts:7:13 - error TS2315: Type 'ErrorObject' is not generic.

7 errors: import("ajv").ErrorObject<string, Record<string, any>, unknown>[] | null | undefined;



Found 1 error in node_modules/@blockfrost/blockfrost-js/node_modules/@blockfrost                                  /openapi/lib/functions/schema.d.ts:7
slowbackspace commented 1 year ago

Hi @emadpanah, we've just published a new version 0.1.59 that should fix the problem.

Let me know if you still experience the problem with the new version.

slowbackspace commented 1 year ago

Hey @emadpanah I'll close the issue as the problem should be solved. If it still doesn't work for you then let us know.