export interface PayloadGetActualWorkingHoursService {
    user_id: number;
    hostname: string;
    working_day: string;
}
