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

Properties

Properties

name?: string
type: string
""