customer.Interface.CustomerContact - typedoc2md/typedoc-plugin-markdown-examples GitHub Wiki
github-wiki-example / customer / CustomerContact
Interface: CustomerContact
Defined in: customer.ts:41
Interface representing customer contact information. Essential for communication and service delivery.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
email |
string |
Primary email address for customer communications. | customer.ts:43 |
phone? |
string |
Optional phone number for additional contact or urgent communications. | customer.ts:45 |