Type alias Nullable<T>

Nullable<T>: T | null

Represents a type that can be null or the specified type.

Type Parameters

  • T