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

Fix import list exclusion props

This commit is contained in:
CheAle14
2024-03-03 15:37:20 +00:00
committed by Mark McDowall
parent e81bb3b993
commit d0e9504af0
2 changed files with 6 additions and 7 deletions
@@ -19,6 +19,7 @@ export interface AppSectionSaveState {
export interface PagedAppSectionState {
pageSize: number;
totalRecords?: number;
}
export interface AppSectionFilterState<T> {