UNPKG

shelly-sdk

Version:

Shelly SDK for Node.js with Types definition

5 lines (4 loc) 203 B
import { Json } from '../../util/types'; import { Status } from '../status'; export declare const unmarshallStatus: (data: Json) => Status; export declare const marshallStatus: (status: Status) => Json;