Skip to content

Commit 5af3ec0

Browse files
authored
fix: export all relevant types from package (#248)
1 parent ad9cdbf commit 5af3ec0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { NotarizeOptions } from './types.js';
88

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

11-
export { NotarizeOptions };
11+
export * from './types.js';
1212

1313
export { validateNotaryToolAuthorizationArgs as validateAuthorizationArgs } from './validate-args.js';
1414

0 commit comments

Comments
 (0)