0.0.2 • Published 4 years ago
@hydrosphere/data-types v0.0.2
HS-DATA-TYPES
Common shared data types for Hydroshpere project.
How to build
npm run buildResult of building will be in lib folder.
lib/index.js - entry file for module.
lib/index.d.ts - entry file for types.
Example of usage:
import { Model } from 'hydrosphere';
const model: Model = { name: "modelName", id: 1 }