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.

15 lines (14 loc) 340 B
export interface ISubscriptionPriceConnectionPageInfo { endCursor: string; hasNextPage: boolean; hasPreviousPage: boolean; startCursor: string; resolution: string; currency: string; count: number; precision: string; minEnergy: number; minTotal: number; maxEnergy: number; maxTotal: number; }