remove unused type

This commit is contained in:
Johannes Loher 2021-01-15 17:42:10 +01:00
parent fec4280bec
commit 6028f70da7

View file

@ -1,7 +1,4 @@
import { ModifiableData, ResourceData, UsableResource } from "../common/common-data";
import { DS4 } from "../config";
export type ActorType = keyof typeof DS4.actorTypes;
export type DS4ActorDataType = DS4ActorDataCharacter | DS4ActorDataCreature;