mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
11 lines
138 B
TypeScript
11 lines
138 B
TypeScript
import { autoserialize } from "cerialize";
|
|
|
|
export class SelfLink {
|
|
|
|
@autoserialize
|
|
self: string;
|
|
|
|
@autoserialize
|
|
uuid: string;
|
|
}
|