type Num = number | undefined; Copy
type Num = number | undefined;
Numeric type that can be undefined (used for optional numeric values)