ArtifactUriQueryResult interface
Defines result of artifact URI query on work items. Contains mapping of work item IDs to artifact URI.
Properties
artifact |
A Dictionary that maps a list of work item references to the given list of artifact URI. |
Property Details
artifactUrisQueryResult
A Dictionary that maps a list of work item references to the given list of artifact URI.
artifactUrisQueryResult: {[key: string]: WorkItemReference[]}
Property Value
{[key: string]: WorkItemReference[]}