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

Convert ImportLists to TypeScript

(cherry picked from commit 10e3a237ef972540abcf4348bb56973d7ee19bd7)
This commit is contained in:
Mark McDowall
2025-01-01 15:52:17 -08:00
committed by Bogdan
parent 2ebf391f85
commit b99c536306
30 changed files with 1001 additions and 1406 deletions
+4 -1
View File
@@ -53,7 +53,10 @@ export type NamingExamplesAppState = AppSectionItemState<NamingExample>;
export interface ImportListAppState
extends AppSectionState<ImportList>,
AppSectionDeleteState,
AppSectionSaveState {}
AppSectionSaveState,
AppSectionSchemaState<Presets<ImportList>> {
isTestingAll: boolean;
}
export interface IndexerOptionsAppState
extends AppSectionItemState<IndexerOptions>,