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 {
|
export interface IFurniData {
|
||||||
roomitemtypes: { furnitype: IFurni }
|
roomItemTypes: IFurni[]
|
||||||
wallitemtypes: { furnitype: IFurni }
|
wallItemTypes: IFurni[]
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface IEffectMap {
|
export interface IEffectMap {
|
||||||
|
Loading…
Reference in New Issue
Block a user