Invalid OsxNotarizeOptions
type
#1162
Labels
bug 🐛
build-target:mac 🍎
Bundling an Electron app specifically for macOS
help wanted
Needs a contributor from the community
Preflight Checklist
Issue Details
@types/electron-packager 14.0.0
Expected Behavior
The type defintions for
electronPackager.Options.osxNotarize
allows the options documented inelectron-notarize
.Actual Behavior
The type defintions for
electronPackager.Options.osxNotarize
only allowascProvider
:To Reproduce
Sample code:
Additional Information
TypeScript's
Omit<>
is used inindex.d.ts
and this is probably the issue:The text was updated successfully, but these errors were encountered: