diff --git a/web/src/schema.d.ts b/web/src/schema.d.ts index 23d6053607..64594772a9 100644 --- a/web/src/schema.d.ts +++ b/web/src/schema.d.ts @@ -341,9 +341,8 @@ export interface DebugSendSMSInput { } export interface Destination { - display: DestinationDisplayInfo + displayInfo: DestinationDisplayInfo type: DestinationType - typeInfo: DestinationTypeInfo values: FieldValuePair[] } @@ -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