FileObject
import type { FileObject } from "https://esm.sh/@supabase/storage-js@2.89.0/dist/index.d.mts";interface FileObject {
bucket_id: string;
buckets: Bucket;
created_at: string;
id: string;
last_accessed_at: string;
metadata: Record<string, any>;
name: string;
owner: string;
updated_at: string;
}