# RateLimitResult

`interface` in `services` · v0.8.2

<https://docs.seedcord.org/packages/services/0.8.2/interfaces/rate-limit-result>

The outcome of a [`hit`](/packages/services/0.8.2/classes/rate-limiter#hit).

```ts
interface RateLimitResult
```

## Properties

### expires

```ts
expires: EpochMs;
```

Absolute epoch milliseconds when the key next frees up. Convert to seconds for Discord timestamp markup.

### limited

```ts
limited: boolean;
```

Whether the key is at or over its limit for the current window.
