diff --git a/src/types/Converters.d.ts b/src/types/Converters.d.ts index 5cbe4b5..0676d4e 100644 --- a/src/types/Converters.d.ts +++ b/src/types/Converters.d.ts @@ -17,8 +17,8 @@ export interface IFigureMap { } export interface IFurniData { - roomitemtypes: { furnitype: IFurni } - wallitemtypes: { furnitype: IFurni } + roomItemTypes: IFurni[] + wallItemTypes: IFurni[] } export interface IEffectMap {