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) 283 B
import pkg from "mongoose"; import type { IDeathDocument } from "./deaths.types.js"; export declare const DeathModel: pkg.Model<IDeathDocument, {}, {}, {}, pkg.Document<unknown, {}, IDeathDocument, {}> & IDeathDocument & Required<{ _id: unknown; }> & { __v: number; }, any>;