This commit is contained in:
jonaswinkler
2020-12-14 22:20:28 +01:00
parent b545fbbabd
commit 3a378e446b
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
}