export interface RuleListInterface {
    [field: string]: string;
}
