UNPKG

@experts_hub/shared

Version:

Shared DTOs, interfaces, and utilities for experts hub applications

8 lines (7 loc) 166 B
export declare class ClientCreateAccountDto { fullName: string; email: string; companyName: string; onBoardedBy: string; referralCode?: string; }