UNPKG

@experts_hub/shared

Version:

Shared DTOs, interfaces, and utilities for experts hub applications

22 lines (21 loc) 503 B
export declare class CreateClientDto { firstName: string; lastName: string; email: string; mobileCode: string; phoneNumber: string; password: string; confirmPassword: string; companyName: string; foundUsOn: string; foundUsOnDetail?: string; about?: string; webSite?: string; companyAddress?: string; addressLine?: string; postalCode?: string; countryId?: number; stateId?: number; cityId?: number; markupPercentage?: number; }