UNPKG

@constructorfleet/ultimate-govee

Version:

Library for interacting with Govee devices written in Typescript.

7 lines 281 B
export declare const GoveeProductConfigKey = "Configuration.Govee.Product"; export declare const GoveeProductConfig: (() => { skuListUrl: string; }) & import("@nestjs/config").ConfigFactoryKeyHost<{ skuListUrl: string; }>; //# sourceMappingURL=govee-product.config.d.ts.map