API reference › @evolu/common › Type › PositiveInt
type PositiveInt = number &
Brand<"Int"> &
Brand<"NonNegative"> &
Brand<"Positive">;
Defined in: packages/common/src/Type.ts:2128
Positive integer (> 0).
API reference › @evolu/common › Type › PositiveInt
type PositiveInt = number &
Brand<"Int"> &
Brand<"NonNegative"> &
Brand<"Positive">;
Defined in: packages/common/src/Type.ts:2128
Positive integer (> 0).