Type Alias QuickCommandExecutionResponse
QuickCommandExecutionResponse: { conversation_id: string; execution_id: string; progress: Progress; quick_command_slug: string; result?: string | null; steps?: Step[] | null;} Type declaration
conversation_id: string
execution_id: string
quick_command_slug: string
Optionalresult?: string | null
Optionalsteps?: Step[] | null