import { CustomerDataCustomerInterface } from './customerDataCustomerInterface'; export interface CustomerAccountManagementV1ValidatePutBody { customer: CustomerDataCustomerInterface; }