windingwind / zotero-types

TypeScript definitions for Zotero.
https://www.npmjs.com/package/zotero-types
MIT License
56 stars 9 forks source link

Update Zotero.DB typing #51

Closed Dominic-DallOsto closed 1 month ago

Dominic-DallOsto commented 1 month ago

If a function sometimes returns a type and sometimes doesn't, it should be typed as T | undefined, not T | void.

Also, I think object is preferred over Object