import type { UpdateNotificationSchemeDetails } from '../models';

export interface UpdateNotificationScheme extends UpdateNotificationSchemeDetails {
  /** The ID of the notification scheme. */
  id: string;
}
