We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d754e7f commit 88f9aa8Copy full SHA for 88f9aa8
packages/core/storage-js/src/lib/types.ts
@@ -51,6 +51,7 @@ export interface FileObject {
51
id: string
52
updated_at: string
53
created_at: string
54
+ /** @deprecated */
55
last_accessed_at: string
56
metadata: Record<string, any>
57
buckets: Bucket
@@ -63,6 +64,7 @@ export interface FileObjectV2 {
63
64
bucket_id: string
65
66
67
68
69
size?: number
70
cache_control?: string
0 commit comments