diff --git a/src/index.ts b/src/index.ts index cfc17ed..3dad2a3 100644 --- a/src/index.ts +++ b/src/index.ts @@ -7,6 +7,8 @@ import { NotarizeOptions } from './types'; const d = debug('electron-notarize'); +export { NotarizeOptions }; + export { validateLegacyAuthorizationArgs as validateAuthorizationArgs } from './validate-args'; export async function notarize({ appPath, ...otherOptions }: NotarizeOptions) {