import IAddress, { Address } from './IAddress';
import IArticle, { Article } from './IArticle';
import IBankAccount, { BankAccount } from './IBankAccount';
import IDebtor, { Debtor } from './IDebtor';
import IEmail, { Email } from './IEmail';
import IPhone, { Phone } from './IPhone';
export * from './ICustomer';
export * from './IRecipient';
export { IArticle, Article, IAddress, Address, IBankAccount, BankAccount, IDebtor, Debtor, IEmail, Email, IPhone, Phone, };
