declare SCUM console log capture

This commit is contained in:
npc0-hue
2026-08-22 13:07:20 +08:00
parent ec63b8750d
commit 256f6267b5
5 changed files with 6 additions and 3 deletions
+1
View File
@@ -650,6 +650,7 @@ export interface PluginLifecycleActionDeclaration {
executableKey?: string;
arguments?: string[];
environment?: Record<`GAME_${string}` | `SERVER_${string}` | `RUN_${string}`, string>;
outputMode?: "pipes" | "console";
timeoutMs?: number;
stopTimeoutMs?: number;
}