export interface AuditFilter {
    startedDate: Date;
    endDate: Date;
    category: string;
    userName: string;
}
