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

# Interface ProjectBootstrapSnapshot

```typescript
interface ProjectBootstrapSnapshot {
    entityCursorBefore?: number;
    items: Record<string, ProjectBootstrapItem>;
    version: 1;
}
```

Types: [entityCursorBefore](#entitycursorbefore), [items](#items), [ProjectBootstrapItem](../types/core.ProjectBootstrapItem.md), [version](#version)

##### Index

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

[entityCursorBefore?](#entitycursorbefore) [items](#items) [version](#version)

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

### <a id="entitycursorbefore"></a>`Optional`entityCursorBefore

```typescript
entityCursorBefore?: number
```

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

```typescript
items: Record<string, ProjectBootstrapItem>
```

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

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

```typescript
version: 1
```
