This commit is contained in:
jonaswinkler
2020-12-14 22:20:28 +01:00
parent de87efc291
commit cf619d9d31
2 changed files with 19 additions and 19 deletions

View File

@@ -12,5 +12,5 @@ export function cloneFilterRules(filterRules: FilterRule[]): FilterRule[] {
export interface FilterRule {
rule_type: number
value: any
value: string
}