# Interface: CustomerParams
# Hierarchy
CustomerParams
# Table of contents
# Properties
# Properties
• email: string
Defined in: types/customer.ts:7 (opens new window)
# firstName
• firstName: string
Defined in: types/customer.ts:5 (opens new window)
# lastName
• lastName: string
Defined in: types/customer.ts:6 (opens new window)
# salutation
• salutation: Mr | Ms | Mrs | Dr
Defined in: types/customer.ts:4 (opens new window)