Type alias INullable<T>

INullable<T>: T | null

Type Parameters

  • T = any