fix mangadex filters (#177)

This commit is contained in:
robo
2022-06-24 21:06:12 +01:00
committed by GitHub
parent bc65e3f053
commit 14a9ffa558
2 changed files with 2 additions and 1 deletions

1
src/typings.d.ts vendored
View File

@@ -39,6 +39,7 @@ interface ISourceFilter {
name: string
state: number | string | boolean | ISourceFilters[] | IState
values?: string[]
displayValues?: string[]
selected?: ISelected
}