Skip to content

Commit

Permalink
regen
Browse files Browse the repository at this point in the history
  • Loading branch information
mastercactapus committed Apr 1, 2024
1 parent aeb3444 commit 37c716e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/schema.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export interface Alert {
details: string
id: string
meta?: null | AlertMetadata[]
metaValue?: null | string
metaValue: string
metrics?: null | AlertMetric
noiseReason?: null | string
pendingNotifications: AlertPendingNotification[]
Expand Down

0 comments on commit 37c716e

Please sign in to comment.