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
You can install it from the public NPM - @glue42/desktop
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.
tick42-glue-[versioning].tgz
%localappdata%\Tick42\GlueSDK\GlueJS
You can install it with npm or unpack it with an archive tool and get the .d.ts file.
.d.ts
Copyright © 2021 Jogjafile Inc.
You can install it from the public NPM - @glue42/desktop