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