fix: personalRoomsTypes.ts missing import (#136)

This commit is contained in:
lonewolf0708 2024-03-03 19:01:23 -05:00 committed by GitHub
parent b2dcee09b0
commit 6a6d2cb41b
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"; import { Model, Types } from "mongoose";
export interface IOrbiter { export interface IOrbiter {