Mangopay / mangopay2-nodejs-sdk

Node.js SDK for MANGOPAY
https://www.npmjs.com/package/mangopay2-nodejs-sdk
MIT License
51 stars 38 forks source link

update ApiError.errors type #358

Open RodolphePoon opened 1 year ago

RodolphePoon commented 1 year ago

https://github.com/Mangopay/mangopay2-nodejs-sdk/blob/360f45e5f95570b033ee360caa3fc7e2a5be723e/typings/index.d.ts#LL224C9-L230C10


interface ApiError {
            Message: string;
            Type: string;
            Id: string;
            Date: number;
            errors: { [key: string]: string };
        }
fredericdelordm commented 11 months ago

Hi @RodolphePoon,

Could you explain a bit more what you are trying to achieve?

Have a nice day,