Skip to content

Commit

Permalink
update schema
Browse files Browse the repository at this point in the history
  • Loading branch information
mastercactapus committed Feb 7, 2024
1 parent b695191 commit e7890cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/src/schema.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -341,9 +341,8 @@ export interface DebugSendSMSInput {
}

export interface Destination {
display: DestinationDisplayInfo
displayInfo: DestinationDisplayInfo
type: DestinationType
typeInfo: DestinationTypeInfo
values: FieldValuePair[]
}

Expand Down Expand Up @@ -662,6 +661,7 @@ export interface NotificationState {
export type NotificationStatus = 'ERROR' | 'OK' | 'WARN'

export interface OnCallNotificationRule {
dest: Destination
id: string
target: Target
time?: null | ClockTime
Expand Down

0 comments on commit e7890cb

Please sign in to comment.