Skip to content

Commit

Permalink
optionals
Browse files Browse the repository at this point in the history
  • Loading branch information
igorls committed Nov 6, 2024
1 parent eecf3a0 commit 5e470be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/interfaces/hyperionConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -186,5 +186,5 @@ export interface HyperionConfig {
plugins: {
[key: string]: any;
};
alerts: AlertManagerOptions;
alerts?: AlertManagerOptions;
}
2 changes: 1 addition & 1 deletion src/interfaces/hyperionConnections.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ export interface HyperionConnections {
chains: {
[key: string]: HyperionChainData;
},
alerts: AlertManagerOptions;
alerts?: AlertManagerOptions;
}

0 comments on commit 5e470be

Please sign in to comment.