for WebApi.getClassificationNode I am seeing the following return type reported:
(method) IWorkItemTrackingApi.getClassificationNode(project: string, structureGroup: TreeStructureGroup, path?: string, depth?: number): Promise<WorkItemClassificationNode>
In practice however, the WorkItemClassificationNode objects are returned wrapped in an array under a value field.
{ value: WorkItemClassificationNode[] }
for
WebApi.getClassificationNodeI am seeing the following return type reported:In practice however, the
WorkItemClassificationNodeobjects are returned wrapped in an array under avaluefield.