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

# Type Alias CreateProjectDraftFrame

```typescript
CreateProjectDraftFrame: FrameBase<"create-project-draft"> & {
    prompt: string;
    title: string;
}
```

Types: [FrameBase](core.Supporting_types.FrameBase.md)
