Update personalRoomsTypes.ts

fixed missing import of IPlacedDecosDatabase
This commit is contained in:
lonewolf0708 2024-03-03 18:54:58 -05:00 committed by GitHub
parent b2dcee09b0
commit 48d7f4edba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
import { IApartment, IRooms } from "@/src/types/shipTypes";
import { IApartment, IRooms, IPlacedDecosDatabase } from "@/src/types/shipTypes";
import { Model, Types } from "mongoose";
export interface IOrbiter {