To install the Iris API Model library, run the following command:
npm install @skyware/iris-api-model
Import the models you need in your TypeScript or JavaScript code:
import { Instrument, Channel } from '@skyware/iris-api-model';
const instrument = new Instrument();
instrument.name = "My Instrument";