2026-02-04 20:21:33 +05:30
|
|
|
/**
|
|
|
|
|
* Generated by orval v8.2.0 🍺
|
|
|
|
|
* Do not edit manually.
|
|
|
|
|
* Mission Control API
|
|
|
|
|
* OpenAPI spec version: 0.1.0
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
export interface ActivityEventRead {
|
2026-02-06 21:56:16 +05:30
|
|
|
id: string;
|
2026-02-07 20:29:50 +05:30
|
|
|
event_type: string;
|
2026-02-04 20:21:33 +05:30
|
|
|
message: string | null;
|
2026-02-07 20:29:50 +05:30
|
|
|
agent_id: string | null;
|
2026-02-04 20:21:33 +05:30
|
|
|
task_id: string | null;
|
2026-02-07 20:29:50 +05:30
|
|
|
created_at: string;
|
2026-02-04 20:21:33 +05:30
|
|
|
}
|