export interface DeleteNotificationScheme {
  /** The ID of the notification scheme. */
  notificationSchemeId: string;
}
