UNPKG

trade360-nodejs-sdk

Version:

LSports Trade360 SDK for Node.js

11 lines (10 loc) 298 B
import { ActiveParticipant } from '../enums'; import { NameValueRecord } from '../common/index.js'; export declare class OutrightParticipant { id?: number; name?: string; position?: string; rotationId?: number; isActive?: ActiveParticipant; extraData?: NameValueRecord[]; }