@types/office-js-preview 1.0.486 → 1.0.487

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.
@@ -8,7 +8,7 @@ This package contains type definitions for office-js-preview (https://github.com
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/office-js-preview.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Wed, 17 Jul 2024 22:36:40 GMT
11
+ * Last updated: Thu, 18 Jul 2024 14:36:26 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
@@ -3174,7 +3174,7 @@ declare namespace Office {
3174
3174
  */
3175
3175
  getShortcuts(): Promise<{[actionId: string]: string|null}>;
3176
3176
  /**
3177
- * Checks if a set of shortcut combinations are currently in use for the user, as defined by another add-in or by the Office application.
3177
+ * Checks if a set of shortcut combinations are currently in use for the user, as defined by another add-in or by the Office application. For more information, see {@link https://learn.microsoft.com/office/dev/add-ins/design/keyboard-shortcuts | Add custom keyboard shortcuts to your Office Add-ins}.
3178
3178
  *
3179
3179
  * @remarks
3180
3180
  *
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js-preview",
3
- "version": "1.0.486",
3
+ "version": "1.0.487",
4
4
  "description": "TypeScript definitions for office-js-preview",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/office-js-preview",
6
6
  "license": "MIT",
@@ -45,7 +45,7 @@
45
45
  },
46
46
  "scripts": {},
47
47
  "dependencies": {},
48
- "typesPublisherContentHash": "fd6a9fdf302f93bb3ea5190802f0436fd3586db2768d8e91a2dd3648ea6414f3",
48
+ "typesPublisherContentHash": "d6a0493b27e75352c7b17b1378fd5af75ee0a7c980493136229b8076ff906f8b",
49
49
  "typeScriptVersion": "4.8",
50
50
  "nonNpm": true
51
51
  }