cyoa-core
    Preparing search index...

    Interface NotCondition

    interface NotCondition {
        condition: ConditionNode;
        op: "not";
    }
    Index
    condition: ConditionNode
    op: "not"