@types/forge-viewer 7.69.8 → 7.69.9

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.
forge-viewer/README.md CHANGED
@@ -8,7 +8,7 @@ This package contains type definitions for forge-viewer (https://forge.autodesk.
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/forge-viewer.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Tue, 07 Nov 2023 03:09:37 GMT
11
+ * Last updated: Wed, 22 Nov 2023 00:24:48 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
forge-viewer/index.d.ts CHANGED
@@ -2330,6 +2330,7 @@ declare namespace Autodesk {
2330
2330
 
2331
2331
  interface MenuItem {
2332
2332
  title: string;
2333
+ // eslint-disable-next-line @typescript-eslint/no-invalid-void-type
2333
2334
  target: () => void | MenuItem[];
2334
2335
  }
2335
2336
 
forge-viewer/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/forge-viewer",
3
- "version": "7.69.8",
3
+ "version": "7.69.9",
4
4
  "description": "TypeScript definitions for forge-viewer",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/forge-viewer",
6
6
  "license": "MIT",
@@ -40,7 +40,7 @@
40
40
  },
41
41
  "scripts": {},
42
42
  "dependencies": {},
43
- "typesPublisherContentHash": "a984959ebcb75393d47ee8184b81a143af1955b48bf3669107eeb095905beaa1",
43
+ "typesPublisherContentHash": "4b2cef280f9f1c4fde12031b42ebbe3f0aab4fd868bca5064340105af30e4a32",
44
44
  "typeScriptVersion": "4.5",
45
45
  "nonNpm": true
46
46
  }