UNPKG

tibber-api

Version:

Node.js module for connecting to Tibber API and extract data from your connected homes, including realtime data from Tibber Pulse.

14 lines (13 loc) 215 B
export interface IErrors { message: string; locations: [ { line: number; column: number; } ]; path: string[]; extensions: { code: string; }; }