# RateLimitInfo

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/parser-orchestrator/src/interfaces/entity.interface.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/parser-orchestrator/src/interfaces/entity.interface.ts#L584)

Rate limit configuration

## Properties

| Property | Type |
|---|---|
| `requests` | `number` |
| `period` | `string` |
| `scope` | `'user' | 'ip' | 'global'` |
