initial metadata service with full coverage

This commit is contained in:
William Welling
2017-10-13 00:38:26 -05:00
parent c37a30ec2a
commit 2f9c8468fd
10 changed files with 226 additions and 50 deletions

View File

@@ -0,0 +1,17 @@
import { DSpaceObject } from './dspace-object.model';
export class BitstreamFormat extends DSpaceObject {
shortDescription: string;
description: string;
mimetype: string;
supportLevel: number;
internal: boolean;
extensions: string;
}