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

# Type Alias ProjectBootstrapItem

```typescript
ProjectBootstrapItem:
    | { ok: true; result: unknown }
    | { error: string; ok: false }
```
