[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) › NegativeInt

```ts
type NegativeInt = number &
  Brand<"NonNaN"> &
  Brand<"Finite"> &
  Brand<"Int"> &
  Brand<"NonPositive"> &
  Brand<"Negative">;
```

Defined in: [packages/common/src/Type.ts:6694](https://github.com/evoluhq/evolu/blob/037c390af081e9944d616ff298a729515c5c5ab7/packages/common/src/Type.ts#L6694)

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

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