I found the Typescript definition for KendoUI in version 2013.1.319.open-source. I am creating SPA with Durandal + Knockout + Typescript and want to make a treeview with KendoUI but it seems that kendo.observableHierarchy is not supported.
The typescript that comes with the version mentioned above is kendo.web.d.ts. How different it is from kendo.all.d.ts that is written on this page? http://docs.kendoui.com/howto/typescript/overview
And where can we download kendo.all.d.ts? I could not find it from their site.