@skedulo/mex-types 1.34.0 → 1.34.1
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.
|
@@ -410,7 +410,7 @@ export type ReloadRequest = {
|
|
|
410
410
|
* @version 1.13.0
|
|
411
411
|
*/
|
|
412
412
|
export type FlatPageSingleModeDefModel = {
|
|
413
|
-
flatComponents?: BaseFlatPageViewComponentModel[];
|
|
413
|
+
flatComponents?: (BaseFlatPageViewComponentModel | DynamicContent)[];
|
|
414
414
|
list?: SublistOfFlatPageComponentModel;
|
|
415
415
|
};
|
|
416
416
|
export type FlatPageStepModeDefModel = {
|