UNPKG

@constructorfleet/ultimate-govee

Version:

Library for interacting with Govee devices written in Typescript.

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