QuickCommandPromptResponse: {
    answer: string;
    sources?:
        | (
            | SourceStackAi
            | SourceKnowledgeSource
            | SourceProjectFile2
            | KnowledgeSourceEvent
        )[]
        | null;
}

Type declaration