UNPKG

homebridge-config-ui-x

Version:

A web based management, configuration and control platform for Homebridge.

12 lines (11 loc) 246 B
export declare class HomebridgeUpdateActionDto { version?: string; termCols?: number; termRows?: number; } export declare class PluginActionDto { name: string; version?: string; termCols?: number; termRows?: number; }