mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 06:53:03 +00:00
added normalized models and builders
This commit is contained in:
10
src/app/core/cache/models/self-link.model.ts
vendored
Normal file
10
src/app/core/cache/models/self-link.model.ts
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import { autoserialize } from "cerialize";
|
||||
|
||||
export class SelfLink {
|
||||
|
||||
@autoserialize
|
||||
self: string;
|
||||
|
||||
@autoserialize
|
||||
uuid: string;
|
||||
}
|
Reference in New Issue
Block a user