UNPKG

homebridge-config-ui-x

Version:

A web based management, configuration and control platform for Homebridge

8 lines (7 loc) 211 B
interface PolicyBuilderOptions { directives: { [directive: string]: string[] | string | boolean; }; } declare const _default: ({ directives }: PolicyBuilderOptions) => string; export = _default;