1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-26 22:56:23 -04:00

Convert Messages to TypeScript

This commit is contained in:
Mark McDowall
2025-01-05 21:08:10 -08:00
parent 7c64911b6b
commit 0fdeb05663
9 changed files with 123 additions and 182 deletions
+2
View File
@@ -11,6 +11,7 @@ import EpisodeFilesAppState from './EpisodeFilesAppState';
import EpisodesAppState from './EpisodesAppState';
import HistoryAppState from './HistoryAppState';
import InteractiveImportAppState from './InteractiveImportAppState';
import MessagesAppState from './MessagesAppState';
import OAuthAppState from './OAuthAppState';
import OrganizePreviewAppState from './OrganizePreviewAppState';
import ParseAppState from './ParseAppState';
@@ -76,6 +77,7 @@ export interface AppSectionState {
error?: Error;
isPopulated: boolean;
};
messages: MessagesAppState;
}
interface AppState {