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

Properties

Properties

name?: string
type: string
""