UNPKG

@takentrade/takentrade-libs

Version:
9 lines (8 loc) 184 B
import { PhoneDto } from './phone.dto'; export declare class RegisterDto { firstName: string; lastName: string; phone: PhoneDto; email: string; passcode: string; }