fix(types/Converters): remove furniType property
This commit is contained in:
parent
1919787c11
commit
2909cbe3c4
4
src/types/Converters.d.ts
vendored
4
src/types/Converters.d.ts
vendored
@ -17,8 +17,8 @@ export interface IFigureMap {
|
||||
}
|
||||
|
||||
export interface IFurniData {
|
||||
roomitemtypes: { furnitype: IFurni }
|
||||
wallitemtypes: { furnitype: IFurni }
|
||||
roomItemTypes: IFurni[]
|
||||
wallItemTypes: IFurni[]
|
||||
}
|
||||
|
||||
export interface IEffectMap {
|
||||
|
Loading…
Reference in New Issue
Block a user