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/).

6 lines (5 loc) 189 B
export interface ILoggerInstance { debug: (data: string, ...args: any[]) => void; error: (data: string, ...args: any[]) => void; warn: (data: string, ...args: any[]) => void; }