Update to FilterGroup
This commit is contained in:
parent
cea28ebd6e
commit
90809dce53
@ -10,5 +10,5 @@ export interface FilterGroup {
|
|||||||
readonly hide?: boolean;
|
readonly hide?: boolean;
|
||||||
readonly checker: Function;
|
readonly checker: Function;
|
||||||
readonly matchAll?: boolean;
|
readonly matchAll?: boolean;
|
||||||
readonly checkerArgs?: [];
|
readonly checkerArgs?: any[];
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user