attributes
attributes: {
created_at: string;
mime: string;
modified_at: string;
name: string;
size: number;
symlink: boolean;
type: "file" | "directory";
}
Type declaration
created_at: string
mime: string
modified_at: string
name: string
size: number
symlink: boolean
type: "file" | "directory"