Skip to content

Commit 93d2a0f

Browse files
authored
fix: export new types from index.ts (#2258)
1 parent 86b14ab commit 93d2a0f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,9 @@ export {
119119
GetNotificationsOptions,
120120
GetNotificationsResponse,
121121
Labels,
122+
LifecycleAction,
123+
LifecycleCondition,
124+
LifecycleRule,
122125
MakeBucketPrivateCallback,
123126
MakeBucketPrivateOptions,
124127
MakeBucketPrivateResponse,
@@ -232,6 +235,7 @@ export {
232235
GetNotificationOptions,
233236
GetNotificationResponse,
234237
Notification,
238+
NotificationMetadata,
235239
} from './notification';
236240
export {
237241
BucketCallback,

0 commit comments

Comments
 (0)