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

const company: CompanyDefinition = {
  category,
  legal_entity_type,
  name_pattern,
};

export default company;