export type FilePermission = { can_download?: boolean; can_share?: boolean; };