UNPKG

@openinc/parse-server-opendash

Version:
7 lines (6 loc) 171 B
import { DataItemValueTypeTypeField } from ".."; export interface DataItemValueTypeInterface { unit: string; name: string; type: DataItemValueTypeTypeField; }