Entity
    Preparing search index...

    Type Alias FragmentValue<TFragment>

    FragmentValue: TFragment extends SQLChainableFragment<any, infer TValue>
        ? TValue
        : SupportedSQLValue

    The value type accepted by an expression overload for the given fragment type.

    Type Parameters

    • TFragment