import * as bankAccountTypes from './bank-account-type.model.i18n'; export default { modelName: (n = 1) => '', branchNumber: '', checkingAccount: '', checkingAccountDigit: '', bankAccountTypes: bankAccountTypes.default, informAccountType: '', };