UNPKG

homebridge-virtual-accessories

Version:
11 lines (10 loc) 301 B
import { Validatable } from '../validatable.js'; /** * */ export declare class WebhookTriggerConfiguration implements Validatable { isDisabled: boolean; private errorFields; readonly fieldNames: { [P in keyof this]?: P | undefined; }; isValid(prefix: string): [boolean, string[]]; }