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:
@@ -219,7 +219,7 @@ const importModeSelector = createSelector(
|
||||
}
|
||||
);
|
||||
|
||||
interface InteractiveImportModalContentProps {
|
||||
export interface InteractiveImportModalContentProps {
|
||||
downloadId?: string;
|
||||
seriesId?: number;
|
||||
seasonNumber?: number;
|
||||
|
||||
Reference in New Issue
Block a user