| 70 | |
| 71 | /** Agent运行时配置 */ |
| 72 | export interface AgentRuntimeConfig { |
| 73 | id: number | null |
| 74 | configKey: string |
| 75 | configValue: string |
| 76 | description: string |
| 77 | updateTime: string | null |
| 78 | } |
| 79 | |
| 80 | /** Agent运行时配置历史 */ |
| 81 | export interface AgentRuntimeConfigHistory { |
nothing calls this directly
no outgoing calls
no test coverage detected