rename content into message for notifications
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
export default interface Notification {
|
export default interface Notification {
|
||||||
id: string;s
|
id: string;
|
||||||
data: {
|
data: {
|
||||||
message: string;
|
message: string;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user