export interface PrioritySchemeChangesWithoutMappings {
  /** Affected entity ids. */
  ids: number[];
}
