aboutsummaryrefslogtreecommitdiff
path: root/src/locales/dv/company/index.ts
blob: c3cf74d5fbb027e226ad59558cabececbc8d9742 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 * This file is automatically generated.
 * Run 'pnpm run generate:locales' to update.
 */
import type { CompanyDefinition } from '../../..';
import adjective from './adjective';
import legal_entity_type from './legal_entity_type';
import name_pattern from './name_pattern';
import noun from './noun';

const company: CompanyDefinition = {
  adjective,
  legal_entity_type,
  name_pattern,
  noun,
};

export default company;