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

Properties

Properties

name?: string
type: string