Type alias Nullable<T>

Nullable<T>: T | null

Represents a nullable value that can be T or null

Type Parameters

  • T