DaffAccountRegistration
import { DaffAccountRegistration } from '@daffodil/auth'
interface DaffAccountRegistration {
subscribe: boolean
firstName: string
lastName: string
}
Properties
Name | Type | Description |
---|---|---|
subscribe | boolean | Whether the customer be subscribed to the newsletter upon registration. |
firstName | string | The customer's first name. |
lastName | string | The customer's last name. |