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

Properties

Properties

name?: string
type: string