fix: 누락된 메시지 def 수정

This commit is contained in:
2023-03-09 02:16:05 +09:00
parent 6a4fa8ee0d
commit 0e92973a05
2 changed files with 2 additions and 20 deletions
+1
View File
@@ -31,6 +31,7 @@ export type MsgItem = {
overwrite?: number[];
hide?: boolean;
silence?: boolean;
delete?: number;
};
time: string;
};