@experts_hub/shared
Version:
Shared DTOs, interfaces, and utilities for experts hub applications
23 lines (22 loc) • 896 B
TypeScript
export declare const ONBOARDING_PATTERN: {
handleFreelancerAccountCreation: string;
handleFreelancerResumeUpload: string;
handleFreelancerDeveloperPreference: string;
handleFreelancerProfileQuestion: string;
handleFreelancerWorkShowcase: string;
verifyOnboardingToken: string;
handleClientAccountCreation: string;
handleClientProfileQuestion: string;
changeFreelancerPassword: string;
handleFetchClientProfileQuestion: string;
verifyClientOnboardingToken: string;
handleFetchFreelancerResume: string;
handleFreelancerResumeParsing: string;
initiateFreelancerMcqAssessment: string;
handleFetchAiAssessmentLink: string;
skipFreelancerAiAssessment: string;
initiateFreelancerAiAssessment: string;
captureAiAssessmentStatus: string;
handleFetchFreelancerProfileQuestion: string;
handleFetchFreelancerDetails: string;
};