mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-10 19:43:04 +00:00
itermediate commit
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import { HALLink } from './hal-link.model';
|
||||
import { ResourceType } from './resource-type';
|
||||
import { CacheableObject } from '../cache/object-cache.reducer';
|
||||
|
||||
@@ -26,4 +27,8 @@ export class ExternalSource extends CacheableObject {
|
||||
* The link to the rest endpoint where this External Source can be found
|
||||
*/
|
||||
self: string;
|
||||
|
||||
_links: {
|
||||
self: HALLink;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user