@dokieli/web-access-control - v1.0.0
    Preparing search index...

    Interface AccessCondition

    interface AccessCondition {
        blankNode: boolean;
        id: string;
        properties: Record<string, string[]>;
    }
    Index
    blankNode: boolean
    id: string
    properties: Record<string, string[]>