chore: npm audit fix #579

Merged
Sainan merged 4 commits from audit-fix into main 2024-12-18 16:42:10 -08:00
Showing only changes of commit 0a40d2612b - Show all commits

View File

@ -1,12 +1,13 @@
import { Schema, Types } from "mongoose";
import { IOid } from "@/src/types/commonTypes";
import { IColor } from "@/src/types/inventoryTypes/commonInventoryTypes";
import { ILoadoutClient } from "./saveLoadoutTypes";
export interface IGetShipResponse {
ShipOwnerId: string;
Ship: IShip;
Apartment: IApartment;
LoadOutInventory: { LoadOutPresets: Types.ObjectId };
LoadOutInventory: { LoadOutPresets: ILoadoutClient };
}
export interface IShipAttachments {