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

Properties

Properties

name?: string
type: string
""