UNPKG

@hg8496/energyday-creator

Version:

A tool that create proto buffers from GridVis REST API

5 lines (4 loc) 240 B
import { janitza } from "@hg8496/definitions"; import IInput = janitza.values.IInput; export declare function mapInputToProtoBuffer(input: string): IInput | null; export declare function mapProtoBufferToInput(input: IInput): string | null;