/** * Parsed INSTRUMENT command * * @see ./instrumentCommandParser.ts for more details * @private within the commands folder */ export type InstrumentCommand = { readonly type: 'INSTRUMENT'; };