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.

7 lines (6 loc) 214 B
import { IQueryPayload } from "./IQueryPayload"; export interface IQuery { id?: string | undefined | null; type: string; payload?: IQueryPayload | string | Record<string, unknown> | undefined | null; }