feat(frontend): initial Settings design

This commit is contained in:
sct
2020-10-30 07:30:38 +00:00
parent 6754003b62
commit 8742da0ebb
8 changed files with 216 additions and 1 deletions

View File

@@ -39,7 +39,7 @@ export interface SonarrSettings extends DVRSettings {
enableSeasonFolders: boolean;
}
interface MainSettings {
export interface MainSettings {
apiKey: string;
}