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

17 lines
317 B
TypeScript

/**
* Generated by orval v8.3.0 🍺
* Do not edit manually.
* Mission Control API
* OpenAPI spec version: 0.1.0
*/
/**
* Heartbeat payload used to create an agent lazily.
*/
export interface AgentHeartbeatCreate {
board_id?: string | null;
/** @minLength 1 */
name: string;
status?: string | null;
}