import { IconSymbol } from "@opendaw/studio-enums"; import { int } from "@opendaw/lib-std"; export type InstrumentOptions = { name?: string; icon?: IconSymbol; index?: int; attachment?: T; }; //# sourceMappingURL=InstrumentOptions.d.ts.map