Type alias Nullable<T>

Nullable<T>: T | null

A utility type for making a type nullable, allowing it to be null.

Type Parameters

  • T

Generated using TypeDoc