Type Alias QuickCommandListResponse
QuickCommandListResponse: { creator: string | null; description: string; flow?: object | null; id: string; name: string; preserve_conversation: boolean; return_type?: QuickCommandsReturnType | null; slug: string; studio_id?: string | null; type: QuickCommandTypeRequest; use_selected_code: boolean; visibility_level: string;} Type declaration
creator: string | null
description: string
Optionalflow?: object | null
id: string
name: string
preserve_conversation: boolean
slug: string
Optionalstudio_id?: string | null
use_selected_code: boolean
visibility_level: string