/** Details of changes to a priority scheme's projects that require suggested priority mappings. */
export interface SuggestedMappingsForProjectsRequestBean {
  /** The ids of projects being added to the scheme. */
  add?: number[];
}
