UNPKG

shelly-sdk

Version:

Shelly SDK for Node.js with Types definition

5 lines (4 loc) 233 B
import { Json } from '../../util/types'; import { Settings } from '../settings'; export declare const unmarshallRemoteSettings: (settings: Json) => Settings; export declare const marshallRemoteSettings: (settings: Settings) => Json;