Skip to content

Commit

Permalink
fix: export new types from index.ts (#2258)
Browse files Browse the repository at this point in the history
  • Loading branch information
ddelgrosso1 committed Aug 7, 2023
1 parent 86b14ab commit 93d2a0f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,9 @@ export {
GetNotificationsOptions,
GetNotificationsResponse,
Labels,
LifecycleAction,
LifecycleCondition,
LifecycleRule,
MakeBucketPrivateCallback,
MakeBucketPrivateOptions,
MakeBucketPrivateResponse,
Expand Down Expand Up @@ -232,6 +235,7 @@ export {
GetNotificationOptions,
GetNotificationResponse,
Notification,
NotificationMetadata,
} from './notification';
export {
BucketCallback,
Expand Down

0 comments on commit 93d2a0f

Please sign in to comment.