@divkitframework/jsonbuilder 32.47.0 → 32.48.0
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/dist/jsonbuilder.d.ts +2 -2
- package/package.json +1 -1
package/dist/jsonbuilder.d.ts
CHANGED
|
@@ -897,7 +897,7 @@ declare class DivActionSetStoredValue<T extends DivActionSetStoredValueProps = D
|
|
|
897
897
|
* for Android and iOS is `global'. For Web, the implementation depends entirely on the
|
|
898
898
|
* developer.
|
|
899
899
|
*
|
|
900
|
-
* Platforms:
|
|
900
|
+
* Platforms: android
|
|
901
901
|
*/
|
|
902
902
|
scope?: Type<DivActionSetStoredValueScope | DivExpression>;
|
|
903
903
|
/**
|
|
@@ -923,7 +923,7 @@ interface DivActionSetStoredValueProps {
|
|
|
923
923
|
* for Android and iOS is `global'. For Web, the implementation depends entirely on the
|
|
924
924
|
* developer.
|
|
925
925
|
*
|
|
926
|
-
* Platforms:
|
|
926
|
+
* Platforms: android
|
|
927
927
|
*/
|
|
928
928
|
scope?: Type<DivActionSetStoredValueScope | DivExpression>;
|
|
929
929
|
/**
|