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.

6 lines (5 loc) 251 B
import pkg from "mongoose"; import type { IBankDocument } from "./banks.types.js"; export declare const BankModel: pkg.Model<IBankDocument, {}, {}, {}, pkg.Document<unknown, {}, IBankDocument> & IBankDocument & { _id: pkg.Types.ObjectId; }, any>;