Skip to content

Type Alias: Numeric

ts
type Numeric = string | number;

Represents a numeric value that can be either a string or a number.