mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-18 08:43:57 +00:00
feat: improving cloud sync manual mapping
This commit is contained in:
@@ -21,10 +21,9 @@ export interface LudusaviBackup {
|
||||
};
|
||||
};
|
||||
games: Record<string, LudusaviGame>;
|
||||
}
|
||||
|
||||
export interface LudusaviFindResult {
|
||||
games: Record<string, unknown>;
|
||||
// Custom path for the backup, extracted from the config
|
||||
customBackupPath?: string | null;
|
||||
}
|
||||
|
||||
export interface LudusaviConfig {
|
||||
|
||||
Reference in New Issue
Block a user