blob: b346e44305cb9d8161eaa9a79506015fc89a4e6e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/*
* This file is automatically generated.
* Run 'pnpm run generate:locales' to update.
*/
import type { CompanyDefinition } from '../../..';
import legal_entity_type from './legal_entity_type';
const company: CompanyDefinition = {
legal_entity_type,
};
export default company;
|