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