UNPKG

trade360-nodejs-sdk

Version:

LSports Trade360 SDK for Node.js

9 lines (8 loc) 201 B
import { ActiveParticipant } from '../enums'; export declare class Participant { id?: number; name?: string; position?: string; rotationId?: number; isActive?: ActiveParticipant; }