forked from hazza/dspace-angular
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