UNPKG

trade360-nodejs-sdk

Version:
9 lines (8 loc) 229 B
import { StatisticType } from '../enums'; import { Incident } from './incident'; import { Result } from './result'; export declare class Statistic { type?: StatisticType; results?: Result[]; incidents?: Incident[]; }