Task/extend rule settings interface by locale (#5802)
* Extend rule settings interface by localepull/5805/head^2
parent
3215280636
commit
b915c9554e
@ -1,3 +1,4 @@
|
||||
export interface RuleSettings {
|
||||
isActive: boolean;
|
||||
locale: string;
|
||||
}
|
||||
|
||||
Loading…
Reference in new issue