mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-08 10:34:15 +00:00
61949: finished refactoring, adding type doc
This commit is contained in:
@@ -11,7 +11,7 @@ import { ListableObject } from '../../shared/object-collection/shared/listable-o
|
||||
/**
|
||||
* An abstract model class for a DSpaceObject.
|
||||
*/
|
||||
export class DSpaceObject implements CacheableObject, ListableObject, TypedObject {
|
||||
export class DSpaceObject implements CacheableObject, ListableObject {
|
||||
|
||||
private _name: string;
|
||||
|
||||
|
Reference in New Issue
Block a user