@lls/typings 24.36.0-0bcd522f → 24.36.0-15a0bd28

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.
@@ -18,6 +18,7 @@ interface Window {
18
18
  sendEvent?: (name: string, opts: TPianoOpts) => void
19
19
  getVisitorId: () => string
20
20
  }
21
+ NativeCallback?: () => void
21
22
  paReady?: () => void
22
23
  playwrightInplaceNavigate: (value: string) => void
23
24
  playwrightStoryId: string
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lls/typings",
3
- "version": "24.36.0-0bcd522f",
3
+ "version": "24.36.0-15a0bd28",
4
4
  "description": "types custom du monorepo",
5
5
  "main": "index.js",
6
6
  "imports": {