Type alias Maybe<T>

Maybe<T>: T | Nullable

Represnets a type that might be nullable, as in it might be null or undefined.

Type Parameters

  • T