Interface SuggestedMappingsForProjectsRequestBean

Details of changes to a priority scheme's projects that require suggested priority mappings.

interface SuggestedMappingsForProjectsRequestBean {
    add?: number[];
}

Properties

Properties

add?: number[]

The ids of projects being added to the scheme.