Type alias Optional<T>

Optional<T>: T | undefined

A value, that can also be (undefined).

Type Parameters

  • T

Generated using TypeDoc