export type RemoteFile = { fileId?: string; id: string; name: string; checksum: string; url: string; size: number; pendingUpload: boolean; };