/** The ID of an event that is being mapped to notifications. */
export interface NotificationSchemeEventTypeId {
  /** The ID of the notification scheme event. */
  id: string;
}
