UNPKG

@xmobitea/gn-server

Version:

GearN Server by XmobiTea (Pro)

6 lines (5 loc) 127 B
import { DataValueType } from "./type/DataValueType"; export interface DataItem { key: string; value: DataValueType; }