Appearance
Maybe null or undefined from set T.
import type { Nullable } from '@utype/core' // Expect: string | null | undefined type Ref = Nullable<string>