blob: aeb192e80b6750dcb870c708c6e6166b3f608c4f (
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 legal_entity_type from './legal_entity_type';
import name_pattern from './name_pattern';
import suffix from './suffix';
const company: CompanyDefinition = {
legal_entity_type,
name_pattern,
suffix,
};
export default company;
|