Improved receiving notifications

This commit is contained in:
2024-06-02 02:33:29 +02:00
parent 348b84e08b
commit 8329afe897
4 changed files with 21 additions and 10 deletions

View File

@ -1,7 +1,6 @@
export type Notification = {
id?: number;
id: string;
message: string;
type?: string;
};
export type User = {