Entity
    Preparing search index...

    Type Alias FragmentValueNullable<TFragment>

    FragmentValueNullable: TFragment extends SQLChainableFragment<any, infer TValue>
        ? TValue | null
        : SupportedSQLValue

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

    Type Parameters

    • TFragment