Type Alias Optional<T>

Optional: T | undefined

A utility type for making a type optional, allowing it to be undefined.

Type Parameters

  • T