export interface FileUserPermissions { canDownloadFile: boolean; canManageFilePermissions: boolean; canEditOwnerDataset: boolean; }