@wandelbots/nova-api 25.4.0-dev.22 → 25.4.0-dev.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/v2/api.ts CHANGED
@@ -606,6 +606,12 @@ export interface Cell {
606
606
  * @memberof Cell
607
607
  */
608
608
  'name': string;
609
+ /**
610
+ * A description of the cell.
611
+ * @type {string}
612
+ * @memberof Cell
613
+ */
614
+ 'description'?: string;
609
615
  /**
610
616
  *
611
617
  * @type {Array<RobotController>}