typedoc-vitepress-theme-example / customer
customer
This module contains types and services related to customer management.
Index
Enumerations
| Enumeration | Description |
|---|---|
| CustomerType | Enum representing different customer types. |
Classes
| Class | Description |
|---|---|
| CustomerAccount | Class representing a customer account. |
| CustomerService | Service for managing customers. |
Interfaces
| Interface | Description |
|---|---|
| Customer | Interface representing a customer. |
| CustomerBilling | Interface representing customer billing information. |
| CustomerContact | Interface representing customer contact information. |
| CustomerOrderHistory | Interface representing a customer order history. |