UNPKG

@xmobitea/gn-server

Version:

GearN Server by XmobiTea (Pro)

12 lines (11 loc) 267 B
import { DataValueType } from "./type/DataValueType"; export interface MatchmakingTicketMember { userId: string; status: number; attribute: { [k: string]: DataValueType; }; attributeForQueue: { [k: string]: DataValueType; }; }