diff options
Diffstat (limited to 'ui/src/types')
| -rw-r--r-- | ui/src/types/index.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/src/types/index.ts b/ui/src/types/index.ts index 6471869..9a4da2b 100644 --- a/ui/src/types/index.ts +++ b/ui/src/types/index.ts @@ -6,6 +6,8 @@ export interface Version { url: string; time: string; releaseTime: string; + javaVersion?: number; // Java major version requirement (e.g., 8, 17, 21) + isInstalled?: boolean; // Whether this version is installed locally } export interface Account { |