@alpaca-software/40kdc-data
    Preparing search index...

    Interface CompoundCondition

    This interface was referenced by 0KdcBundledSchemas's JSON-Schema via the definition "compound-condition".

    interface CompoundCondition {
        operator: "and" | "or" | "not";
        operands: [ConditionNode, ...ConditionNode[]];
        [k: string]: unknown;
    }

    Indexable

    • [k: string]: unknown
    Index

    Properties

    Properties

    operator: "and" | "or" | "not"
    operands: [ConditionNode, ...ConditionNode[]]

    1