UNPKG

philips-hue-light-api

Version:

An API client for the Philips Hue API.

5 lines 154 B
import { LightgroupData } from './index'; export declare type GroupsData = { [id: string]: LightgroupData; }; //# sourceMappingURL=GroupsData.d.ts.map