Skip to content

Commit

Permalink
Remove some outdated code comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecote committed Aug 25, 2023
1 parent c9a97b6 commit 95108ca
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions x-pack/plugins/monitoring/common/types/alerts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,15 +79,13 @@ export interface AlertInstanceState {
[x: string]: unknown;
}

// Gets interesting for making this strict
export interface AlertState {
cluster: AlertCluster;
ccs?: string;
ui: AlertUiState;
[key: string]: unknown;
}

// Gets interesting for making this strict
export interface AlertNodeState extends AlertState {
nodeId: string;
nodeName?: string;
Expand Down

0 comments on commit 95108ca

Please sign in to comment.