feat: adding cross cloud save

This commit is contained in:
Chubby Granny Chaser
2025-05-11 19:07:30 +01:00
parent 6c55d667bd
commit 592ac45740
20 changed files with 303 additions and 298 deletions

View File

@@ -40,3 +40,12 @@ export interface LudusaviConfig {
registry: [];
}[];
}
export interface LudusaviBackupMapping {
files: {
[key: string]: {
hash: string;
size: number;
};
};
}