/* * This file is automatically generated. * Run 'pnpm run generate:locales' to update. */ import type { FinanceDefinition } from '../../..'; import account_type from './account_type'; import currency from './currency'; import transaction_type from './transaction_type'; const finance: FinanceDefinition = { account_type, currency, transaction_type, }; export default finance;