UNPKG

@kaaiot/services

Version:

Type definitions for KaaIoT platform REST API service communication

7 lines (6 loc) 147 B
export interface ILogger { debug(...x: any[]): void; info(...x: any[]): void; warn(...x: any[]): void; error(...x: any[]): void; }