Fix build errors when using latest JS-API (#1555)

Refs #1554
This commit is contained in:
Will Abson
2017-01-27 16:20:59 +00:00
committed by Mario Romano
parent 9d77346aab
commit 0ddd245f83

View File

@@ -69,7 +69,7 @@ export class ContentInfo {
}
export class PathInfoEntity {
elements: PathElementEntity;
elements: PathElementEntity[];
isComplete: boolean;
name: string;
}