ISPO SDK
    Preparing search index...

    Interface HostCreateProjectDraftInput

    Markdown
    interface HostCreateProjectDraftInput {
        prompt: string;
        title: string;
    }
    Index
    prompt: string
    title: string