UNPKG

xiot-core-spec-ts

Version:
8 lines (7 loc) 363 B
import { PropertyTemplate } from '../../typedef/template/PropertyTemplate'; export declare class PropertyTemplateCodec { static decodeArray(array: any[]): PropertyTemplate[]; static decode(o: any): PropertyTemplate; static encode(property: PropertyTemplate): Object; static encodeArray(properties: Map<number, PropertyTemplate>): Array<Object>; }