export type StructFile = { id: string; name: string; type: string; fileId: string; uploadTime: Date; expirationTime: Date; };