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

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

    type ArrayRangeValue<T> = {
        min: T[];
        range: T[] | typeof Top;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    min: T[]
    range: T[] | typeof Top