mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-14 13:33:03 +00:00
followlinks
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { CacheableObject } from '../cache/object-cache.reducer';
|
||||
import { HALLink } from './hal-link.model';
|
||||
import { ResourceType } from './resource-type';
|
||||
import { ActionType } from '../cache/models/action-type.model';
|
||||
|
||||
@@ -33,4 +34,7 @@ export class ResourcePolicy implements CacheableObject {
|
||||
*/
|
||||
uuid: string;
|
||||
|
||||
_links: {
|
||||
self: HALLink,
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user