UNPKG

@constructorfleet/ultimate-govee

Version:

Library for interacting with Govee devices written in Typescript.

6 lines 278 B
export declare class ChannelConfigReceivedEvent<ChannelName extends string, TConfig extends object> { readonly name: ChannelName; readonly config: TConfig; constructor(name: ChannelName, config: TConfig); } //# sourceMappingURL=channel-config-received.event.d.ts.map