@slickteam/nestjs-warp10
Version:
Module for Warp10 with Nestjs
13 lines (12 loc) • 693 B
TypeScript
import { DataPoint } from './model/DataPoint';
import { DataPointResult } from './model/DataPointResult';
import { GTS } from './model/GTS';
import { UpdatedWarp10Result } from './model/UpdatedWarp10Result';
import { BuckertizerWarp10Type } from './type/BuckertizerWarp10Type';
import { MapperWarp10Type } from './type/MapperWarp10Type';
import { ReducerWarp10Type } from './type/ReducerWarp10Type';
import { TimeUnits } from './type/TimeUnits';
import { Warp10Service } from './warp10.service';
declare class Warp10Module {
}
export { Warp10Module, Warp10Service, DataPoint, DataPointResult, GTS, UpdatedWarp10Result, BuckertizerWarp10Type, MapperWarp10Type, ReducerWarp10Type, TimeUnits, };