feat: 이미 읽은 메시지를 DB에서 처리
This commit is contained in:
@@ -58,6 +58,10 @@ export type MsgResponse = {
|
||||
nationID: number;
|
||||
generalName: string;
|
||||
sequence: number;
|
||||
latestRead?: {
|
||||
private: number;
|
||||
diplomacy: number;
|
||||
}
|
||||
};
|
||||
|
||||
export type MailboxItem = {
|
||||
|
||||
Reference in New Issue
Block a user