UNPKG

inet-ui

Version:

iNet Angular UI === [![NPM version][npm-version-image]][npm-url] [![NPM downloads][npm-downloads-image]][downloads-url]

32 lines (31 loc) 733 B
import { Address } from './address'; export declare class Contact { salutationType?: string; sex?: string; firstName?: string; lastName?: string; middleName?: string; fullName?: string; primaryEmail?: string; officePhone?: number; mobilePhone?: string; homePhone?: string; fax?: number; dateOfBirth?: number; fullDateOfBirth?: any; organId?: string; organName?: string; title?: string; department?: string; contactType?: string; leadSource?: string; address?: Address; addressStr?: string; description?: string; status?: string; uuid?: string; type?: string; avatar?: string; readonly userCode?: string; constructor(); }