export interface IRuleViolationDto { employeeId: number; employeeFullName: string; stepName: string; rule: string; path: string; messageDefault: string; messageEnglish: string; }