Open RodolphePoon opened 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 }; }
Hi @RodolphePoon,
Could you explain a bit more what you are trying to achieve?
Have a nice day,
https://github.com/Mangopay/mangopay2-nodejs-sdk/blob/360f45e5f95570b033ee360caa3fc7e2a5be723e/typings/index.d.ts#LL224C9-L230C10