/** * Generated by orval v8.2.0 🍺 * Do not edit manually. * Mission Control API * OpenAPI spec version: 0.1.0 */ export interface ActivityTaskCommentFeedItemRead { id: string; created_at: string; message: string | null; agent_id: string | null; agent_name?: string | null; agent_role?: string | null; task_id: string; task_title: string; board_id: string; board_name: string; }