Skip to content

Commit 204e0cb

Browse files
committed
fix: export NotarizeOptions
1 parent a6565cd commit 204e0cb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ import { NotarizeOptions } from './types';
77

88
const d = debug('electron-notarize');
99

10+
export { NotarizeOptions };
11+
1012
export { validateLegacyAuthorizationArgs as validateAuthorizationArgs } from './validate-args';
1113

1214
export async function notarize({ appPath, ...otherOptions }: NotarizeOptions) {

0 commit comments

Comments
 (0)