Skip to content

typedoc-vitepress-theme-example / customer / Customer

Customer

Interface representing a customer.

Properties

address

ts
address: string;

customerId

ts
customerId: string;

email

ts
email: string;

name

ts
name: string;

type

ts
type: CustomerType;