UNPKG

zigbee-herdsman-zigate

Version:

An open source ZigBee gateway solution with node.js.

11 lines (8 loc) 184 B
interface Options { length?: number; // eslint-disable-next-line payload?: {[key: string]: any}; } // eslint-disable-next-line type Value = any; export {Options, Value};