blob: 78cee3a6468ecafb9abea2aeb2a95cba49ba45fe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
/*
* This file is automatically generated.
* Run 'pnpm run generate:locales' to update.
*/
import type { FinanceDefinition } from '../../..';
import account_type from './account_type';
import transaction_type from './transaction_type';
const finance: FinanceDefinition = {
account_type,
transaction_type,
};
export default finance;
|