UNPKG

@xmobitea/gn-server

Version:

GearN Server by XmobiTea (Pro)

7 lines (6 loc) 170 B
import { DataValueType } from "./type/DataValueType"; export interface MatchMember { teamId: string; userId: string; attribute: Map<string, DataValueType>; }