Skip to content

Commit

Permalink
fix: _ZoteroTypes.Zotero error
Browse files Browse the repository at this point in the history
  • Loading branch information
windingwind committed Dec 28, 2024
1 parent 1fa7e87 commit 0020826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/zotero.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ declare namespace _ZoteroTypes {
* "@zotero.org/Zotero;1"
* ].getService(Components.interfaces.nsISupports).wrappedJSObject;
*/
declare type _ZoteroConstructable = typeof Zotero;
type _ZoteroConstructable = typeof Zotero;
type Zotero = _ZoteroConstructable;

interface AvailableLocales {
Expand Down

0 comments on commit 0020826

Please sign in to comment.