API reference › @evolu/common › Type › NegativeInt
type NegativeInt = number &
Brand<"Int"> &
Brand<"NonPositive"> &
Brand<"Negative">;
Defined in: packages/common/src/Type.ts:2152
Negative integer (< 0).
API reference › @evolu/common › Type › NegativeInt
type NegativeInt = number &
Brand<"Int"> &
Brand<"NonPositive"> &
Brand<"Negative">;
Defined in: packages/common/src/Type.ts:2152
Negative integer (< 0).