IUserRecord
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
import type { ServerID, UserID } from "@/defs.js";
|
||||
|
||||
export interface IUserRecord {
|
||||
_id: string;
|
||||
userID: UserID;
|
||||
serverID: ServerID;
|
||||
|
||||
logType: 'inheritPoint';
|
||||
|
||||
//게임 내 연도
|
||||
year: number;
|
||||
month: number;
|
||||
|
||||
text: string;
|
||||
|
||||
createdAt: Date;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user