UNPKG

xiot-core-spec-ts

Version:
8 lines (7 loc) 342 B
import { ServiceTemplate } from '../../typedef/template/ServiceTemplate'; export declare class ServiceTemplateCodec { static decodeArray(array: any[]): ServiceTemplate[]; static decode(o: any): ServiceTemplate; static encode(service: ServiceTemplate): any; static encodeArray(services: Map<number, ServiceTemplate>): any[]; }