AboutSupportDeveloper GuideVersion 41.129.83.2
interface InstrumentList {
    id?: {
        [key: string]: any;
    };
    instruments: InstrumentElement[];
    name?: string;
    type: string;
    [property: string]: any;
}

Indexable

  • [property: string]: any

Properties

id?: {
    [key: string]: any;
}
instruments: InstrumentElement[]
name?: string
type: string