Skip to content
This repository was archived by the owner on Mar 3, 2026. It is now read-only.

Commit 1c986ba

Browse files
add to types
1 parent 3bf88f6 commit 1c986ba

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/bucket.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ export interface CreateNotificationCallback {
169169
export type CreateNotificationResponse = [Notification, Metadata];
170170

171171
export interface DeleteBucketOptions {
172+
ignoreNotFound?: boolean;
172173
userProject?: string;
173174
}
174175

src/file.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ export interface FileExistsCallback {
172172
}
173173

174174
export interface DeleteFileOptions {
175+
ignoreNotFound?: boolean;
175176
userProject?: string;
176177
}
177178

0 commit comments

Comments
 (0)