@openfin/core 33.76.10 → 33.76.12

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfin/core",
3
- "version": "33.76.10",
3
+ "version": "33.76.12",
4
4
  "license": "SEE LICENSE IN LICENSE.MD",
5
5
  "main": "./src/mock.js",
6
6
  "types": "./src/mock.d.ts",
@@ -60,7 +60,7 @@ export default class Clipboard extends Base {
60
60
  * @return { Promise.<string> }
61
61
  * @tutorial Clipboard.readHtml
62
62
  */
63
- readHtml(type?: string): Promise<string>;
63
+ readHtml(type?: OpenFin.ClipboardSelectionType): Promise<string>;
64
64
  /**
65
65
  * Writes data into the clipboard as Rtf
66
66
  * @param { OpenFin.WriteClipboardRequest } writeObj The object for writing data into the clipboard