import { CustomerDataCustomerInterface } from './customerDataCustomerInterface'; export interface CustomerAccountManagementV1CreateAccountPostBody { customer: CustomerDataCustomerInterface; password?: string; redirectUrl?: string; }