feat: adding ota updates

This commit is contained in:
Chubby Granny Chaser
2025-10-13 23:55:33 +01:00
12 changed files with 754 additions and 595 deletions

View File

@@ -10,6 +10,11 @@ export type HydraCloudFeature =
| "backup"
| "achievements-points";
export interface DiskUsage {
free: number;
total: number;
}
export interface GameRepack {
id: number;
title: string;