/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */

export type AddCustomerEmailRequest = {
    /**
     * Sets the customer email, if it was not set before.
     */
    email?: string;
}
