/** The ID of a notification scheme. */
export interface NotificationSchemeId {
  /** The ID of a notification scheme. */
  id: string;
}
