mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-26 20:31:03 +00:00
feat: adding cross cloud save
This commit is contained in:
@@ -40,3 +40,12 @@ export interface LudusaviConfig {
|
||||
registry: [];
|
||||
}[];
|
||||
}
|
||||
|
||||
export interface LudusaviBackupMapping {
|
||||
files: {
|
||||
[key: string]: {
|
||||
hash: string;
|
||||
size: number;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user