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.

8 lines (7 loc) 202 B
export interface IQueryPayload { token: string; operationName: string | null; query: string; variables: Record<string, unknown> | null; extensions: Record<string, unknown> | null; }