InstrumentOptions import { InstrumentOptions } from "destack:profile"; Profile instrument options. export struct InstrumentOptions { unit: Unit; description: string; } language/library/src/profile/instrument.ds:14:20 Members unit: Unit Unit for recorded values. description: string Human-readable instrument description.