continued refactoring

This commit is contained in:
lotte
2019-04-26 16:40:49 +02:00
parent 6438c65381
commit af291845ec
30 changed files with 71 additions and 91 deletions

View File

@@ -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