export interface CustomerAccountManagementV1IsEmailAvailablePostBody { customerEmail: string; websiteId?: number; }