omise / omise-node

Omise Node.js Library
https://docs.opn.ooo
101 stars 52 forks source link

Missing IRequest #134

Closed rathakit closed 4 years ago

rathakit commented 4 years ago

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>;

rezigned commented 4 years ago

Thank you for reporting. New version 0.8.2 already addressed this problem.