add tabulatable loader and related configuration

This commit is contained in:
FrancescoMolinaro
2024-01-04 17:15:25 +01:00
parent 9386536ca9
commit de8c0c9528
16 changed files with 605 additions and 19 deletions

View File

@@ -56,6 +56,12 @@ export class AdminNotifyMessage extends DSpaceObject {
@autoserialize
queueStatus: number;
/**
* The status of the queue
*/
@autoserialize
indexableObject: AdminNotifyMessage;
@deserialize
_links: {
self: {