Integer

Type Alias
Integer that represents a number with 0 decimals. See the Standard Library chapter of the main guide for more information.
export type Integer = Fixed<0>;