UNPKG

@constructorfleet/ultimate-govee

Version:

Library for interacting with Govee devices written in Typescript.

8 lines 563 B
import { ExistingProvider, ValueProvider } from '@nestjs/common'; export declare const RestChannelConfigEnabledKey = "Config.RestChannel.Enabled"; export declare const InjectEnabled: PropertyDecorator & ParameterDecorator; export declare const RestChannelConfigEnabledProvider: ValueProvider; export declare const RestChannelConfigAuthKey = "Config.RestChannel.Auth"; export declare const InjectAuth: PropertyDecorator & ParameterDecorator; export declare const RestChannelConfigAuthProvider: ExistingProvider; //# sourceMappingURL=rest-channel.providers.d.ts.map