@eagleoutice/flowr - v2.15.8
    Preparing search index...

    The type of the actual values of the set range domain as array tuple with a must array and may array for better readability (e.g. [["id","name"], []], or [["id"], ["score"]])

    type ArrayRangeValue<T> = {
        may: T[] | typeof Top;
        must: T[];
    }

    Type Parameters

    • T
    Index
    may: T[] | typeof Top
    must: T[]