UNPKG

@constructorfleet/ultimate-govee

Version:

Library for interacting with Govee devices written in Typescript.

9 lines 356 B
import { ComponentResponse } from './component.response'; import { GoveeAPIResponse } from '../../../govee-api.models'; export declare class ComponentsResponse { components: ComponentResponse[]; } export declare class TapToRunResponse extends GoveeAPIResponse { componentData: ComponentsResponse; } //# sourceMappingURL=tap-to-run.response.d.ts.map