Files
openclaw-mission-control/frontend/src/api/generated/model/agentHeartbeat.ts

14 lines
236 B
TypeScript

/**
* Generated by orval v8.2.0 🍺
* Do not edit manually.
* Mission Control API
* OpenAPI spec version: 0.1.0
*/
/**
* Heartbeat status payload sent by agents.
*/
export interface AgentHeartbeat {
status?: string | null;
}