Entity
    Preparing search index...

    Type Alias FragmentValueArray<TFragment>

    FragmentValueArray: TFragment extends SQLChainableFragment<any, infer TValue>
        ? readonly TValue[]
        : readonly SupportedSQLValue[]

    The array-of-values type accepted by an expression overload for the given fragment type.

    Type Parameters

    • TFragment