File tree 3 files changed +1
-14
lines changed
3 files changed +1
-14
lines changed Original file line number Diff line number Diff line change @@ -56,15 +56,3 @@ export type LocaleDefinition = {
56
56
// eslint-disable-next-line @typescript-eslint/no-explicit-any
57
57
[ group : string ] : any ;
58
58
} ;
59
-
60
- /**
61
- * Internal: Compatibility type to ensure all modules have access to fallback locales.
62
- * This should be replaced with a Proxy based property access
63
- * that don't require prior getter generation in the future.
64
- */
65
- export type DefinitionTypes = {
66
- readonly title : 'metadata' ;
67
- readonly separator : 'metadata' ;
68
- } & {
69
- readonly [ module in keyof Definitions ] : Array < keyof Definitions [ module ] > ;
70
- } ;
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ export type {
7
7
export type { CompanyDefinitions } from './company' ;
8
8
export type { DatabaseDefinitions } from './database' ;
9
9
export type { DateDefinitions , DateEntryDefinition } from './date' ;
10
- export type { DefinitionTypes , LocaleDefinition } from './definitions' ;
10
+ export type { LocaleDefinition } from './definitions' ;
11
11
export type {
12
12
FinanceCurrencyEntryDefinitions ,
13
13
FinanceDefinitions ,
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ export type {
10
10
DatabaseDefinitions ,
11
11
DateDefinitions ,
12
12
DateEntryDefinition ,
13
- DefinitionTypes ,
14
13
FinanceCurrencyEntryDefinitions ,
15
14
FinanceDefinitions ,
16
15
HackerDefinitions ,
You can’t perform that action at this time.
0 commit comments