I have just downloaded the TypeScript documentation. I have a some JavaScript classes and I would like to create and use these class in a TypeScript test application
There is a better solution. Just cast the jQuery logonDlg to any like this:
(logonDlg).kendoWindow(logOnParams);
The code will be a bit different but will work the same.
Both work OK.
Regards