UNPKG

@experts_hub/shared

Version:

Shared DTOs, interfaces, and utilities for experts hub applications

41 lines (40 loc) 1.18 kB
export declare class JobFreelancerRecommendation { jobId: number; jobUuid: string; jobUniqueId: string; jobRole: string; jobOpenings: number; jobLocation: string; jobCurrency: string; jobSalaryFrom: string; jobSalaryTo: string; jobEmploymentType: string; applicationReceived: number; jobPostedAt: Date; freelancerId: number; freelancerUuid: string; freelancerUniqueId: string; freelancerFirstName: string; freelancerLastName: string; freelancerEmail: string; freelancerProfilePicture: string; freelancerIsSocial: string; freelancerCreatedAt: Date; freelancerDesignation: string; freelancerExperience: string; freelancerExpertshubVerified: boolean; freelancerHourlyCompensation: number; freelancerCountryName: string; freelancerCountryIsoCode: string; clientId: number; clientUuid: string; clientFirstName: string; clientLastName: string; clientEmail: string; clientCompanyLogo: string; clientCompanyName: string; matchingSkills: string[]; matchingSkillsCount: number; requiredSkills: string[]; requiredSkillsCount: number; }