UNPKG

homebridge-config-ui-x

Version:

A web based management, configuration and control platform for Homebridge

8 lines (7 loc) 253 B
import { ExposeOptions } from "./ExposeExcludeOptions"; export declare class ExposeMetadata { target: Function; propertyName: string; options: ExposeOptions; constructor(target: Function, propertyName: string, options: ExposeOptions); }