Num

type Num = number | undefined;

Numeric type that can be undefined (used for optional numeric values)