We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8666792 commit 2151f00Copy full SHA for 2151f00
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@crowbartools/firebot-custom-scripts-types",
3
- "version": "5.53.2-5",
+ "version": "5.53.2-6",
4
"description": "Types for Firebot's Custom Scripts",
5
"main": "",
6
"scripts": {
types/index.d.ts
@@ -99,7 +99,7 @@ type CustomScriptManifest = {
99
firebotVersion?: "5";
100
};
101
102
-type ScriptModules = {
+export type ScriptModules = {
103
childProcess: unknown;
104
commandManager: CommandManager;
105
conditionManager: ConditionManager;
0 commit comments