We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Getting the error when running tsc command - "node_modules/omise/types/index.d.ts(39,26): error TS2304: Cannot find name 'IRequest'."
tsc
index.d.ts - updateAccount(req: IRequest, callback?: ResponseCallback<IAccount>): Bluebird<IAccount>;
index.d.ts
updateAccount(req: IRequest, callback?: ResponseCallback<IAccount>): Bluebird<IAccount>;
The text was updated successfully, but these errors were encountered:
Thank you for reporting. New version 0.8.2 already addressed this problem.
0.8.2
Sorry, something went wrong.
No branches or pull requests
Getting the error when running
tsc
command - "node_modules/omise/types/index.d.ts(39,26): error TS2304: Cannot find name 'IRequest'."index.d.ts
-updateAccount(req: IRequest, callback?: ResponseCallback<IAccount>): Bluebird<IAccount>;
The text was updated successfully, but these errors were encountered: