mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 07:23:03 +00:00
followlinks
This commit is contained in:
8
src/app/core/shared/hal-resource.model.ts
Normal file
8
src/app/core/shared/hal-resource.model.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { HALLink } from './hal-link.model';
|
||||
|
||||
export class HALResource {
|
||||
_links: {
|
||||
self: HALLink
|
||||
[k: string]: HALLink;
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user