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