UNPKG

@constructorfleet/ultimate-govee

Version:

Library for interacting with Govee devices written in Typescript.

8 lines 342 B
import { Labelled } from '../../../../common'; import { RestChannelConfig } from '../rest-channel.types'; export declare class ConfigureRestChannelCommand implements Labelled { readonly config: RestChannelConfig; label: string; constructor(config: RestChannelConfig); } //# sourceMappingURL=configure-rest-channel.command.d.ts.map