fix(types): 在 OpsErrorLog 类型中添加 user_email 字段

- 修复 TypeScript 编译错误
- 添加 user_email 字段到 OpsErrorLog 接口
This commit is contained in:
IanShaw027
2026-01-15 00:03:34 +08:00
parent 8a0ff15242
commit 16a90f3d3a

View File

@@ -819,6 +819,7 @@ export interface OpsErrorLog {
message: string
user_id?: number | null
user_email: string
api_key_id?: number | null
account_id?: number | null
account_name: string