UNPKG

zigbee-herdsman

Version:

An open source ZigBee gateway solution with node.js.

9 lines 175 B
interface Options { length?: number; payload?: { [key: string]: any; }; } type Value = any; export { Options, Value }; //# sourceMappingURL=tstype.d.ts.map