UNPKG

@constructorfleet/ultimate-govee

Version:

Library for interacting with Govee devices written in Typescript.

12 lines 255 B
export type Product = { category: string; categoryId: number; group: string; groupId: number; modelName: string; skuUrl?: string; iconUrl?: string; goodsType: number; ic: number; }; //# sourceMappingURL=product.d.ts.map