UNPKG

@hg8496/energyday-creator

Version:

A tool that create proto buffers from GridVis REST API

5 lines (4 loc) 258 B
import { janitza } from "@hg8496/definitions"; import TimeBase = janitza.values.TimeBase; export declare function mapSecondsToProtoBuffer(timebase: number): TimeBase | null; export declare function mapProtoBufferToSeconds(timebase: TimeBase): number | null;