Improved receiving notifications
This commit is contained in:
@ -1,7 +1,6 @@
|
||||
export type Notification = {
|
||||
id?: number;
|
||||
id: string;
|
||||
message: string;
|
||||
type?: string;
|
||||
};
|
||||
|
||||
export type User = {
|
||||
|
Reference in New Issue
Block a user