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