@musallam/storage-and-collaboration-client
    Preparing search index...

    Common Permissions for the user on any kind of asset

    interface CommonPermissions {
        can_comment: boolean;
        can_download_assets: boolean;
        can_share: boolean;
    }
    Index

    Properties

    can_comment: boolean

    Whether the user can comment on the asset

    can_download_assets: boolean

    Whether the user can download the asset

    can_share: boolean

    Whether the user can share the asset with other users