We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81ef59f commit abbb6a4Copy full SHA for abbb6a4
3 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@crowbartools/firebot-custom-scripts-types",
3
- "version": "5.53.2-3",
+ "version": "5.53.2-4",
4
"description": "Types for Firebot's Custom Scripts",
5
"main": "",
6
"scripts": {
types/index.d.ts
@@ -210,3 +210,5 @@ export namespace Firebot {
210
211
type EffectList = Effects.EffectList;
212
}
213
+
214
+export * from "./modules/integration-manager";
types/modules/integration-manager.d.ts
@@ -64,7 +64,7 @@ type LinkData =
64
65
| null;
66
67
-type IntegrationData<Params extends FirebotParams = FirebotParams> = {
+export type IntegrationData<Params extends FirebotParams = FirebotParams> = {
68
settings: any;
69
userSettings?: Params;
70
oauth?: any;
0 commit comments