monkey-front-core 21.0.40 → 21.0.41
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.
|
Binary file
|
package/package.json
CHANGED
|
@@ -821,7 +821,7 @@ interface MonkeyEcxBaseResolverParams {
|
|
|
821
821
|
stateData: any;
|
|
822
822
|
}
|
|
823
823
|
interface MonkeyEcxBaseResolverData {
|
|
824
|
-
[field: string]:
|
|
824
|
+
[field: string]: any;
|
|
825
825
|
}
|
|
826
826
|
|
|
827
827
|
interface MonkeyEcxServiceControl {
|
|
Binary file
|