@experts_hub/shared
Version:
Shared DTOs, interfaces, and utilities for experts hub applications
11 lines (10 loc) • 376 B
TypeScript
export declare const PROFILE_PATTERN: {
fetchFreelancerProfile: string;
fetchFreelancerPublicProfile: string;
fetchFreelancerScreeningResult: string;
fetchFreelancerScreeningResultPublic: string;
changeFreelancerPassword: string;
uploadFreelancerProfilePic: string;
updateFreelancerProfile: string;
uploadFreelancerServiceAgreement: string;
};