AutoBE
    Preparing search index...
    interface Relation {
        path: string[];
        quantifier: "is" | "isNot" | "some" | "every" | "none";
        type: "relation";
        where: AutoBeRealizeQueryPredicate;
    }
    Index

    Properties

    path: string[]
    quantifier: "is" | "isNot" | "some" | "every" | "none"
    type: "relation"