/** * Generated by orval v8.2.0 🍺 * Do not edit manually. * Mission Control API * OpenAPI spec version: 0.1.0 */ export interface TaskUpdate { assigned_agent_id?: string | null; comment?: string | null; depends_on_task_ids?: string[] | null; description?: string | null; due_at?: string | null; priority?: string | null; status?: "inbox" | "in_progress" | "review" | "done" | null; title?: string | null; }