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 2d0bd77 commit b9bdeafCopy full SHA for b9bdeaf
packages/core/storage-js/src/lib/types.ts
@@ -21,6 +21,7 @@ export interface FileObject {
21
id: string
22
updated_at: string
23
created_at: string
24
+ /** @deprecated */
25
last_accessed_at: string
26
metadata: Record<string, any>
27
buckets: Bucket
@@ -33,6 +34,7 @@ export interface FileObjectV2 {
33
34
bucket_id: string
35
36
37
38
39
size?: number
40
cache_control?: string
0 commit comments