blob: 011349712d98c9dd14d485cb4503a727a10f375d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
/*
* This file is automatically generated.
* Run 'pnpm run generate:locales' to update.
*/
import type { CompanyDefinition } from '../../..';
import adjective from './adjective';
import descriptor from './descriptor';
import legal_entity_type from './legal_entity_type';
import name_pattern from './name_pattern';
import noun from './noun';
const company: CompanyDefinition = {
adjective,
descriptor,
legal_entity_type,
name_pattern,
noun,
};
export default company;
|