API reference / @evolu/common / Type / PositiveInt

Variable: PositiveInt

const PositiveInt: BrandType<
  Type<
    "Brand",
    number & Brand<"Int"> & Brand<"NonNegative">,
    number,
    NonNegativeError,
    number & Brand<"Int">,
    IntError | NumberError
  >,
  "Positive",
  PositiveError,
  NonNegativeError | IntError | NumberError
>;

Defined in: packages/common/src/Type.ts:1881

Was this page helpful?