KC's Workspace
    Preparing search index...

    Type Alias WithNull<T>

    WithNull: T | null

    A type that extends T to include null as a possible value.

    Type Parameters

    • T

      The base type to extend with null.