Value that may be null.
null
Non-null value type.
const currentUser: Nullable<{ name: string }> = null; Copy
const currentUser: Nullable<{ name: string }> = null;
Value that may be
null.