mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-16 14:33:03 +00:00
continued refactoring
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
|
||||
import { CacheableObject } from '../cache/object-cache.reducer';
|
||||
import { CacheableObject, TypedObject } from '../cache/object-cache.reducer';
|
||||
import { ResourceType } from './resource-type';
|
||||
|
||||
/**
|
||||
* Model class for a Bitstream Format
|
||||
*/
|
||||
export class BitstreamFormat implements CacheableObject {
|
||||
export class BitstreamFormat implements CacheableObject, TypedObject {
|
||||
|
||||
/**
|
||||
* Short description of this Bitstream Format
|
||||
|
Reference in New Issue
Block a user