import { OffDayType } from '../shared/off-day-type';
export class OffDaysToApprove {
username: string;
dateFrom: Date;
dateTo: Date;
taskType: OffDayType;
}