remove unused type
This commit is contained in:
parent
fec4280bec
commit
6028f70da7
1 changed files with 0 additions and 3 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue