API reference › @evolu/common › Type › NonNegativeInt
type NonNegativeInt = number & Brand<"Int"> & Brand<"NonNegative">;
Defined in: packages/common/src/Type.ts:2117
Non-negative integer (≥ 0).
API reference › @evolu/common › Type › NonNegativeInt
type NonNegativeInt = number & Brand<"Int"> & Brand<"NonNegative">;
Defined in: packages/common/src/Type.ts:2117
Non-negative integer (≥ 0).