UNPKG

@experts_hub/shared

Version:

Shared DTOs, interfaces, and utilities for experts hub applications

11 lines (10 loc) 233 B
export declare class FreelancerCreateAccountDto { fullName: string; email: string; mobileCode: string; mobile: string; countryISOCode: string; onBoardedBy: string; ip: string; referralCode?: string; }