Skip to content

Commit

Permalink
add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
nchaulet committed May 1, 2023
1 parent cb59e2d commit b946b36
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions x-pack/plugins/fleet/common/types/models/agent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,9 @@ export interface AgentDiagnostics {
}

// Generated from FleetServer schema.json
/**
* Fleet Server agent component unit
*/
export interface FleetServerAgentComponentUnit {
id: string;
type: 'input' | 'output';
Expand All @@ -190,6 +193,9 @@ export interface FleetServerAgentComponentUnit {
};
}

/**
* Fleet server agent component
*/
export interface FleetServerAgentComponent {
id: string;
type: string;
Expand Down

0 comments on commit b946b36

Please sign in to comment.