UNPKG

alclient

Version:

A node client for interacting with Adventure Land - The Code MMORPG. This package extends the functionality of 'alclient' by managing a mongo database.

8 lines (7 loc) 316 B
import pkg from "mongoose"; import type { IInstanceDocument } from "./instances.types.js"; export declare const InstanceModel: pkg.Model<IInstanceDocument, {}, {}, {}, pkg.Document<unknown, {}, IInstanceDocument, {}, {}> & IInstanceDocument & Required<{ _id: pkg.Types.ObjectId; }> & { __v: number; }, any>;