mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 15:33:04 +00:00
followlinks
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { CacheableObject, TypedObject } from '../cache/object-cache.reducer';
|
||||
import { HALLink } from './hal-link.model';
|
||||
import { ResourceType } from './resource-type';
|
||||
import { BitstreamFormatSupportLevel } from './bitstream-format-support-level';
|
||||
|
||||
@@ -56,4 +57,7 @@ export class BitstreamFormat implements CacheableObject {
|
||||
*/
|
||||
id: string;
|
||||
|
||||
_links: {
|
||||
self: HALLink;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user