Update to FilterGroup

This commit is contained in:
Timo Bejan 2021-08-06 11:24:29 +03:00
parent cea28ebd6e
commit 90809dce53

View File

@ -10,5 +10,5 @@ export interface FilterGroup {
readonly hide?: boolean;
readonly checker: Function;
readonly matchAll?: boolean;
readonly checkerArgs?: [];
readonly checkerArgs?: any[];
}