references not found in file essentials.d.ts
Hello,
I had to include the following libraries in a project i'm making but compiling it gives me some errors in the Essentials.d.ts file :
_img_ alt="User-added image" src="https://latitudegeo--c.na53.content.force.com/servlet/rtaImage?eid=906f2000000Xc6i&feoid=Body&refid=0EMf2000000YDPu" _/_img_
The file has 2 references :
<reference path="TimeSlider.Rest.d.ts" />
<reference path="ServiceDiscovery.Rest.d.ts" />
that the compiler says it can't find (the files are not on the folder).
Also throws an error saying:
Build:Module 'geocortex.essentials' has no exported member 'rest'
On this line interface ResultItem extends geocortex.essentials.rest.serviceDiscovery.ResultItem {
}
Can someone tell me why this is happening. Aren't those files supposed to be on the folder?
the files were taken from the latest viewer.
Thanks
0
Please sign in to leave a comment.
Comments
0 comments