[API reference](https://evolu.dev/docs/api-reference) › [@evolu/common](https://evolu.dev/docs/api-reference/common) › [Type](https://evolu.dev/docs/api-reference/common/Type) › PositiveInt

```ts
const PositiveInt: positive(NonNegativeInt);
```

Defined in: [packages/common/src/Type.ts:8026](https://github.com/evoluhq/evolu/blob/dd96d79f1dbe9a49fa12ce8e0aa7d3d0177795ca/packages/common/src/Type.ts#L8026)

Positive [Int](https://evolu.dev/docs/api-reference/common/Type/variables/Int-1).

Also satisfies [NonNegativeInt](https://evolu.dev/docs/api-reference/common/Type/variables/NonNegativeInt), so it can be used wherever a
non-negative integer is required.