@skedulo/mex-types 1.6.6 → 1.6.7

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.
@@ -408,7 +408,7 @@ export interface BaseSelectEditor {
408
408
  * This property is used to allow users add choices to the picklist, multi picklist
409
409
  * @typeAdhoc textarea
410
410
  */
411
- options: string;
411
+ options?: string;
412
412
  }
413
413
  /**
414
414
  * @area Components
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skedulo/mex-types",
3
- "version": "1.6.6",
3
+ "version": "1.6.7",
4
4
  "engines": {
5
5
  "node": "18"
6
6
  },