1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-19 21:46:43 -04:00

Convert Series Details to TypeScript

This commit is contained in:
Mark McDowall
2025-01-10 20:42:42 -08:00
parent d3153685ac
commit 7644cec376
27 changed files with 1943 additions and 2353 deletions
@@ -219,7 +219,7 @@ const importModeSelector = createSelector(
}
);
interface InteractiveImportModalContentProps {
export interface InteractiveImportModalContentProps {
downloadId?: string;
seriesId?: number;
seasonNumber?: number;