Skip to content

Commit b9bdeaf

Browse files
ajitsinghkalermandarini
authored andcommitted
docs(storage): mark last_accessed_at field as deprecated
1 parent 2d0bd77 commit b9bdeaf

File tree

1 file changed

+2
-0
lines changed
  • packages/core/storage-js/src/lib

1 file changed

+2
-0
lines changed

packages/core/storage-js/src/lib/types.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ export interface FileObject {
2121
id: string
2222
updated_at: string
2323
created_at: string
24+
/** @deprecated */
2425
last_accessed_at: string
2526
metadata: Record<string, any>
2627
buckets: Bucket
@@ -33,6 +34,7 @@ export interface FileObjectV2 {
3334
bucket_id: string
3435
updated_at: string
3536
created_at: string
37+
/** @deprecated */
3638
last_accessed_at: string
3739
size?: number
3840
cache_control?: string

0 commit comments

Comments
 (0)