export type Asset = { id: string; title: string; path: string; server: string; size: number; type: number; status: string; metadata: any; created: Date; };