1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-21 22:05:38 -04:00

Convert First Run to TypeScript

This commit is contained in:
Treycos
2024-08-19 03:52:04 +02:00
committed by GitHub
parent cd3a1c18ab
commit 8484a8beba
7 changed files with 228 additions and 293 deletions
+3 -1
View File
@@ -24,7 +24,9 @@ export interface DownloadClientAppState
isTestingAll: boolean;
}
export type GeneralAppState = AppSectionItemState<General>;
export interface GeneralAppState
extends AppSectionItemState<General>,
AppSectionSaveState {}
export interface ImportListAppState
extends AppSectionState<ImportList>,