@experts_hub/shared
Version:
Shared DTOs, interfaces, and utilities for experts hub applications
11 lines (10 loc) • 389 B
TypeScript
export declare const ONBOARDING_PATTERN: {
handleFreelancerAccountCreation: string;
handleFreelancerResumeUpload: string;
handleFreelancerDeveloperPreference: string;
handleFreelancerProfileQuestion: string;
handleFreelancerWorkShowcase: string;
handleClientAccountCreation: string;
handleClientProfileQuestion: string;
changeFreelancerPassword: string;
};