UNPKG

btcpay-greenfield-node-client

Version:
11 lines (9 loc) 206 B
/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type AddCustomerEmailRequest = { /** * Sets the customer email, if it was not set before. */ email?: string; }