mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
docs: moving readme
This commit is contained in:
commit
55a92fd68a
64 changed files with 771 additions and 549 deletions
|
@ -233,8 +233,8 @@ export interface DownloadSourceDownload {
|
|||
|
||||
export interface DownloadSourceValidationResult {
|
||||
name: string;
|
||||
downloads: DownloadSourceDownload[];
|
||||
etag: string;
|
||||
downloadCount: number;
|
||||
}
|
||||
|
||||
export interface DownloadSource {
|
||||
|
|
|
@ -3,6 +3,10 @@ export interface LudusaviScanChange {
|
|||
decision: "Processed" | "Cancelled" | "Ignore";
|
||||
}
|
||||
|
||||
export interface LudusaviGame extends LudusaviScanChange {
|
||||
files: Record<string, LudusaviScanChange>;
|
||||
}
|
||||
|
||||
export interface LudusaviBackup {
|
||||
overall: {
|
||||
totalGames: number;
|
||||
|
@ -15,7 +19,7 @@ export interface LudusaviBackup {
|
|||
same: number;
|
||||
};
|
||||
};
|
||||
games: Record<string, LudusaviScanChange>;
|
||||
games: Record<string, LudusaviGame>;
|
||||
}
|
||||
|
||||
export interface LudusaviFindResult {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue