@experts_hub/shared
Version:
Shared DTOs, interfaces, and utilities for experts hub applications
24 lines (23 loc) • 726 B
TypeScript
export declare const JOB_ROLE_PATTERN: {
fetchJobRolesForDropdown: string;
};
export declare const JOB_PATTERN: {
fetchJobs: string;
fetchJobsPublic: string;
fetchRecentJobs: string;
fetchJobCountAsPerStatus: string;
fetchJobCountPublic: string;
fetchJobsDropdown: string;
fetchJobDetail: string;
fetchJobDetailPublic: string;
handleJdUpload: string;
fetchJobBasicInformation: string;
createJobBasicInformation: string;
updateJobBasicInformation: string;
fetchJobAdditionalComments: string;
updateJobAdditionalComments: string;
fetchJobDescription: string;
updateJobDescription: string;
updateJobStatus: string;
searchJobsByRoleAndSkills: string;
};