merged i18n and i18nKeys
This commit is contained in:
parent
62ab89f83b
commit
0b70bbf9b9
3 changed files with 8 additions and 13 deletions
|
@ -1,7 +1,7 @@
|
|||
import { ModifiableData } from "../common/common-data";
|
||||
import { DS4 } from "../config";
|
||||
|
||||
export type ItemType = keyof typeof DS4.i18nKeys.itemTypes;
|
||||
export type ItemType = keyof typeof DS4.i18n.itemTypes;
|
||||
|
||||
export type DS4ItemDataType =
|
||||
| DS4Weapon
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue