KC's Workspace
    Preparing search index...

    Type Alias WithUndefined<T>

    WithUndefined: T | undefined

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

    Type Parameters

    • T

      The base type to extend with undefined.