Merge branch 'coar-notify-7-part-two' into CST-13053-logs-detail-message

This commit is contained in:
FrancescoMolinaro
2024-01-15 15:35:39 +01:00
13 changed files with 172 additions and 46 deletions

View File

@@ -26,6 +26,18 @@ export class AdminNotifyMessage extends DSpaceObject {
@autoserialize
id: string;
/**
* The id of the notification
*/
@autoserialize
notificationId: string;
/**
* The type of the notification
*/
@autoserialize
notificationType: string;
/**
* The type of the notification
*/