prorm API Reference
    Preparing search index...

    Interface AndOrObject

    Represents an AND or OR combination of conditions

    interface AndOrObject {
        $type: "and" | "or";
        conditions: unknown[];
    }
    Index
    $type: "and" | "or"

    Type identifier - 'and' or 'or'

    conditions: unknown[]

    The conditions to combine