json-joy
    Preparing search index...

    Interface OperationAnd

    interface OperationAnd {
        apply: PredicateOperation[];
        op: "and";
        path: string | Path;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    op: "and"
    path: string | Path