UNPKG

@constructorfleet/ultimate-govee

Version:

Library for interacting with Govee devices written in Typescript.

8 lines 268 B
import { ComponentResponse } from './component.response'; export declare class FeastComponentResponse extends ComponentResponse { feasts: []; h5Url?: string; feastType: number; videoUrl?: string; } //# sourceMappingURL=feast-component.response.d.ts.map