AboutSupportDeveloper GuideVersion 38.126.83.75
interface Instrument {
    id: InstrumentID;
    name?: string;
    type: string;
}

Properties

Properties

name?: string
type: string