fix(types/Converters): remove furniType property

This commit is contained in:
Walid 2023-04-23 20:17:33 +01:00
parent 1919787c11
commit 2909cbe3c4
Signed by: Walidoux
GPG Key ID: CCF21881FE8BEBAF

View File

@ -17,8 +17,8 @@ export interface IFigureMap {
} }
export interface IFurniData { export interface IFurniData {
roomitemtypes: { furnitype: IFurni } roomItemTypes: IFurni[]
wallitemtypes: { furnitype: IFurni } wallItemTypes: IFurni[]
} }
export interface IEffectMap { export interface IEffectMap {