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.
24 lines (23 loc) • 675 B
TypeScript
import pkg from "mongoose";
declare const RespawnSchema: pkg.Schema<any, pkg.Model<any, any, any, any, any, any>, {}, {}, {}, {}, pkg.DefaultSchemaOptions, {
type?: string;
__v?: number;
serverRegion?: string;
serverIdentifier?: string;
estimatedRespawn?: number;
}, pkg.Document<unknown, {}, pkg.FlatRecord<{
type?: string;
__v?: number;
serverRegion?: string;
serverIdentifier?: string;
estimatedRespawn?: number;
}>> & pkg.FlatRecord<{
type?: string;
__v?: number;
serverRegion?: string;
serverIdentifier?: string;
estimatedRespawn?: number;
}> & {
_id: pkg.Types.ObjectId;
}>;
export default RespawnSchema;