fix mangadex filters (#177)

This commit is contained in:
robo
2022-06-25 00:36:12 +04:30
committed by GitHub
parent bc65e3f053
commit 14a9ffa558
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -39,6 +39,7 @@ interface ISourceFilter {
name: string
state: number | string | boolean | ISourceFilters[] | IState
values?: string[]
displayValues?: string[]
selected?: ISelected
}