Library API
    Preparing search index...

    Type Alias Nullable<T>

    Nullable: T | null
    🔍 Expanded Type Evaluation (Compiler API)
    type Nullable<T> = T | null

    generic value which may be NULL

    Type Parameters

    • T