UNPKG

node-red-contrib-superpower-smart-test

Version:

Node-RED integration with eWeLink Cube

9 lines (8 loc) 182 B
import EMethod from "../enum/EMethod"; interface IHttpConfig { path: string; method: EMethod; params?: any; isNeedAT?: boolean; } export default IHttpConfig;