Type alias NotarizeOptionsNotaryTool

NotarizeOptionsNotaryTool: {
    tool?: "notarytool";
} & NotaryToolStartOptions

Helper type that specifies that @electron/notarize is using the notarytool strategy.

Type declaration

  • Optional tool?: "notarytool"