dap
2024-08-07 16:17:32 +08:00
parent 4bef95bbfa
commit 8312d7f738
3 changed files with 30 additions and 7 deletions

View File

@@ -4,6 +4,7 @@ interface NotificationItem {
isRead?: boolean;
message: string;
title: string;
userId: number | string;
}
export type { NotificationItem };