Merge branch 'master' into 066-switch-to-foundry-vtt-types
This commit is contained in:
commit
0a911cf196
25 changed files with 460 additions and 441 deletions
|
@ -1,7 +1,7 @@
|
|||
import { ModifiableData } from "../common/common-data";
|
||||
import { DS4 } from "../config";
|
||||
|
||||
export type ItemType = keyof typeof DS4.itemTypes;
|
||||
export type ItemType = keyof typeof DS4.i18n.itemTypes;
|
||||
|
||||
export type DS4ItemData = Item.Data<DS4ItemDataType>;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue