@inrupt/solid-client
    Preparing search index...

    Type Alias WithResourceAcl<ResourceExt>

    WithResourceAcl: ResourceExt & {
        internal_acl: {
            resourceAcl: Exclude<WithAcl["internal_acl"]["resourceAcl"], null>;
        };
    }

    If this type applies to a Resource, an Access Control List that applies to it exists and is accessible to the currently authenticated user.

    Please note that the Web Access Control specification is not yet finalised, and hence, this function is still experimental and can change in a non-major release.

    Type Parameters

    • ResourceExt extends WithAcl = WithAcl