UNPKG

node-red-contrib-ewelink-cube

Version:

Node-RED integration with eWeLink Cube

8 lines (7 loc) 131 B
declare enum EMethod { GET = "get", PUT = "put", POST = "post", DELETE = "delete" } export default EMethod;