UNPKG

node-red-contrib-ewelink-cube

Version:

Node-RED integration with eWeLink Cube

6 lines (5 loc) 95 B
export default interface IResponse { error: number; msg: string; data: any; }