brows3r — TypeScript API
    Preparing search index...

    Interface AclSummary

    ACL summary: owner display name + total grant count.

    interface AclSummary {
        grantsCount: number;
        ownerDisplayName: string | null;
    }
    Index

    Properties

    grantsCount: number

    Total number of individual grants.

    ownerDisplayName: string | null

    Owner display name when available.