UNPKG

@zenvia/sdk

Version:

This SDK for [Node.js](https://nodejs.org/) was created based on the [Zenvia](https://www.zenvia.com/) [API](https://zenvia.github.io/zenvia-openapi-spec/).

7 lines (6 loc) 114 B
export interface IError { message: string; httpStatusCode?: number; body?: any; causedBy?: any; }