I am building my own application for interop using Glue42, does anyone have any TypeScript declarations that they could share? I can't find anything in the docs. This would really speed up my dev.
Searched on docs.glue42.com
The npm package of the JavaScript library contains a TypeScript declarations file.
The file, named tick42-glue-[versioning].tgz
is located under the %localappdata%\Tick42\GlueSDK\GlueJS
folder.
You can install it with npm or unpack it with an archive tool and get the .d.ts
file.