Type alias UcInteger

UcInteger: number

Integer type alias used in schema processing.

Unlike UcNumber, a value of this type supposed to be an integer. This, among other things, means it has to be finite value between MIN_SAFE_INTEGER and MAX_SAFE_INTEGER.

Integer values parsed by parseInt() function and serialized using Number.toFixed(0) call. Otherwise, they are processed exactly as numbers. It is the developers's responsibility to ensure the value of this type is integer.

Generated using TypeDoc