Add panel feature updates across API, daemon, and web
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user