Skip to content

Commit ff813b3

Browse files
authored
fix: bucket type, iceberg_catalog property: (#232)
1 parent 371f6ce commit ff813b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ export interface Bucket {
44
owner: string
55
file_size_limit?: number
66
allowed_mime_types?: string[]
7+
iceberg_catalog?: boolean
78
created_at: string
89
updated_at: string
910
public: boolean

0 commit comments

Comments
 (0)