Add panel feature updates across API, daemon, and web

This commit is contained in:
2026-03-02 21:53:54 +00:00
parent 6b463c2b1a
commit afc64b83c1
49 changed files with 7040 additions and 305 deletions
+6
View File
@@ -95,6 +95,12 @@ export interface GameEnvVar {
default: string;
description: string;
required: boolean;
label?: string;
inputType?: 'text' | 'boolean';
composeInto?: string;
flagValue?: string;
enabledLabel?: string;
disabledLabel?: string;
}
export type GameAutomationRule = GameAutomationWorkflow;