Skip to content

customer.Interface.Customer

Tom Grey edited this page Jan 13, 2024 · 8 revisions

Interface representing a customer.

Properties

address

address: string

Source

customer.ts:23


customerId

customerId: string

Source

customer.ts:20


email

email: string

Source

customer.ts:22


name

name: string

Source

customer.ts:21


type

type: CustomerType

Source

customer.ts:24


Generated using typedoc-plugin-markdown and TypeDoc

Clone this wiki locally