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