refactor: add descriptive comments for various response payload interfaces
This commit is contained in:
@@ -7,6 +7,9 @@
|
||||
import type { AgentCreateHeartbeatConfig } from "./agentCreateHeartbeatConfig";
|
||||
import type { AgentCreateIdentityProfile } from "./agentCreateIdentityProfile";
|
||||
|
||||
/**
|
||||
* Payload for creating a new agent.
|
||||
*/
|
||||
export interface AgentCreate {
|
||||
board_id?: string | null;
|
||||
/** @minLength 1 */
|
||||
|
||||
Reference in New Issue
Block a user