Type alias AgentTaskLogsEntity
AgentTaskLogsEntity: { createdAt: Date; level: TaskLogLevel; message: string; step_id: string; task_id: string; task_status: AgentExecutionStatus; tl_id: string; updatedAt: Date; } Type declaration
createdAt: Date
message: string
step_id: string
task_id: string
tl_id: string
updatedAt: Date