QuickCommandEvent: {
    duration_execution: number;
    execution_id?: string | null;
    id?: string | null;
    message_error?: string | null;
    qc_execution_id?: string | null;
    slug: string;
    status_execution: string;
    tokens_consumed?: string | null;
    type: string;
}

Type declaration

  • duration_execution: number
  • Optionalexecution_id?: string | null
  • Optionalid?: string | null
  • Optionalmessage_error?: string | null
  • Optionalqc_execution_id?: string | null
  • slug: string
  • status_execution: string
  • Optionaltokens_consumed?: string | null
  • type: string