Add includes/excludes to FilterSet type
This commit is contained in:
parent
01d121ef0f
commit
e7464e3b8a
1 changed files with 2 additions and 0 deletions
2
types/FilterSet.d.ts
vendored
2
types/FilterSet.d.ts
vendored
|
|
@ -13,4 +13,6 @@ interface FilterSet {
|
||||||
name_quality?: boolean
|
name_quality?: boolean
|
||||||
user_quality?: boolean
|
user_quality?: boolean
|
||||||
original?: boolean
|
original?: boolean
|
||||||
|
includes?: string
|
||||||
|
excludes?: string
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue