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

    Type Alias WithAccessibleAcl<ResourceExt>

    WithAccessibleAcl: ResourceExt & {
        internal_resourceInfo: {
            aclUrl: Exclude<
                WithServerResourceInfo["internal_resourceInfo"]["aclUrl"],
                undefined,
            >;
        };
    }

    If this type applies to a Resource, its Access Control List, if it exists, 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