Skip to content

Commit 2151f00

Browse files
committed
export script modules
1 parent 8666792 commit 2151f00

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-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-5",
3+
"version": "5.53.2-6",
44
"description": "Types for Firebot's Custom Scripts",
55
"main": "",
66
"scripts": {

types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ type CustomScriptManifest = {
9999
firebotVersion?: "5";
100100
};
101101

102-
type ScriptModules = {
102+
export type ScriptModules = {
103103
childProcess: unknown;
104104
commandManager: CommandManager;
105105
conditionManager: ConditionManager;

0 commit comments

Comments
 (0)