Skip to content

customer.Interface.CustomerContact

tgreyuk edited this page Mar 16, 2025 · 8 revisions

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
Clone this wiki locally