| 294 | |
| 295 | # Control Panel Models |
| 296 | class SystemStatus(BaseModel): |
| 297 | status: str |
| 298 | timestamp: str |
| 299 | credentials: Dict[str, int] |
| 300 | config: Dict[str, Any] |
| 301 | current_credential: str |
| 302 | |
| 303 | |
| 304 | class CredentialInfo(BaseModel): |
nothing calls this directly
no outgoing calls
no test coverage detected