@skedulo/mex-types 1.36.4 → 1.36.5
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.
|
@@ -431,7 +431,7 @@ export interface MenuListItem extends BaseFlatPageViewComponentModel {
|
|
|
431
431
|
*/
|
|
432
432
|
icon?: IconName;
|
|
433
433
|
}
|
|
434
|
-
export interface BaseSelectEditor {
|
|
434
|
+
export interface BaseSelectEditor extends WithTitle {
|
|
435
435
|
/**
|
|
436
436
|
* @label Structure expression
|
|
437
437
|
* @form-builder-hidden true
|