> ISPO SDK documentation. [HTML](https://ispo.ai/docs/interfaces/core.RemoteCodingEventsResult.html) · [Documentation index](https://ispo.ai/docs/llms.txt)

# Interface RemoteCodingEventsResult

```typescript
interface RemoteCodingEventsResult {
    compactedBefore?: string;
    events: readonly RemoteCodingEvent[];
    nextCursor?: string;
}
```

Types: [compactedBefore](#compactedbefore), [events](#events), [RemoteCodingEvent](../types/core.RemoteCodingEvent.md), [nextCursor](#nextcursor)

##### Index

### <a id="properties"></a>Properties

[compactedBefore?](#compactedbefore) [events](#events) [nextCursor?](#nextcursor)

## <a id="properties-1"></a>Properties

### <a id="compactedbefore"></a>`Optional`compactedBefore

```typescript
compactedBefore?: string
```

### <a id="events"></a>events

```typescript
events: readonly RemoteCodingEvent[]
```

Types: [RemoteCodingEvent](../types/core.RemoteCodingEvent.md)

### <a id="nextcursor"></a>`Optional`nextCursor

```typescript
nextCursor?: string
```
