File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff line change @@ -210,3 +210,5 @@ export namespace Firebot {
210210
211211 type EffectList = Effects . EffectList ;
212212}
213+
214+ export * from "./modules/integration-manager" ;
Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments