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