UNPKG

@experts_hub/shared

Version:

Shared DTOs, interfaces, and utilities for experts hub applications

10 lines (9 loc) 222 B
export declare class UpdateCompanyProfileDto { companyName?: string; webSite?: string; companyAddress: string; mobileCode: string; phoneNumber?: string; email?: string; aboutCompany?: string; }