Appearance
typedoc-vitepress-theme-example / customer / Customer
Interface representing a customer.
address: string;
customerId: string;
email: string;
name: string;
type: CustomerType;