Skip to content

Commit 71ea520

Browse files
author
Aaron Cook
authored
fix: re-export notification types (#130)
1 parent 7d4547e commit 71ea520

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ export * from './types/common'
3232
export * from './types/master-copies'
3333
export * from './types/decoded-data'
3434
export * from './types/safe-messages'
35+
export * from './types/notifications'
3536

3637
// Can be set externally to a different CGW host
3738
let baseUrl: string = DEFAULT_BASE_URL

0 commit comments

Comments
 (0)