@conterra/ct-mapapps-typings 4.19.0-next.20241029064533 → 4.19.0-next.20241031045252
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/package.json +1 -1
- package/system/api/index.d.ts +1 -1
package/package.json
CHANGED
package/system/api/index.d.ts
CHANGED
|
@@ -15,7 +15,7 @@ interface WatchableActivityStateProperties {
|
|
|
15
15
|
* Represents the state of an app regarding user activity
|
|
16
16
|
* It can be observed to detect inactivity.
|
|
17
17
|
*
|
|
18
|
-
* The state is
|
|
18
|
+
* The state is available as service `system.ActivityState`.
|
|
19
19
|
*/
|
|
20
20
|
interface ActivityState extends Watchable<WatchableActivityStateProperties>, WatchableActivityStateProperties {
|
|
21
21
|
/** Indicates if the local storage is used to store the latest activity.*/
|