@d-najd/universal-media-tracker-sdk 0.3.7 → 0.3.8
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.
|
@@ -10,6 +10,8 @@ type CreateCustomScreenHandler<S = any> = BaseHandler<ScreenHandlerArgs<S>, Scre
|
|
|
10
10
|
* If undefined screen state won't be stored
|
|
11
11
|
*/
|
|
12
12
|
readonly initialState?: S;
|
|
13
|
-
readonly test
|
|
13
|
+
readonly test: S;
|
|
14
|
+
readonly test2: S;
|
|
15
|
+
readonly test3?: S;
|
|
14
16
|
};
|
|
15
17
|
export default CreateCustomScreenHandler;
|