UNPKG

homebridge-virtual-accessories

Version:
13 lines (12 loc) 353 B
import { Validatable } from '../validatable.js'; /** * */ export declare class LockConfiguration implements Validatable { defaultState: string; autoSecurityTimeout: number; walletKeyColor: string; private errorFields; readonly fieldNames: { [P in keyof this]?: P | undefined; }; isValid(prefix: string): [boolean, string[]]; }