category Basic Operation Nullable Maybe null or undefined from set T. Usage import type { Nullable } from '@utype/core' // Expect: string | null | undefined // [!code highlight] type Ref = Nullable<string>