UNPKG

trade360-nodejs-sdk

Version:
9 lines (8 loc) 216 B
/** * Participant class is responsible for deserializing * the response from the subscription API to a participant. */ export declare class Participant { participantId: number; participantName?: string; }