Skip to content

Commit abbb6a4

Browse files
committed
chore: export integration manager types from index
1 parent 81ef59f commit abbb6a4

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@crowbartools/firebot-custom-scripts-types",
3-
"version": "5.53.2-3",
3+
"version": "5.53.2-4",
44
"description": "Types for Firebot's Custom Scripts",
55
"main": "",
66
"scripts": {

types/index.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,3 +210,5 @@ export namespace Firebot {
210210

211211
type EffectList = Effects.EffectList;
212212
}
213+
214+
export * from "./modules/integration-manager";

types/modules/integration-manager.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ type LinkData =
6464
}
6565
| null;
6666

67-
type IntegrationData<Params extends FirebotParams = FirebotParams> = {
67+
export type IntegrationData<Params extends FirebotParams = FirebotParams> = {
6868
settings: any;
6969
userSettings?: Params;
7070
oauth?: any;

0 commit comments

Comments
 (0)