mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-09 19:13:08 +00:00
initial metadata service with full coverage
This commit is contained in:
17
src/app/core/shared/bitstream-format.model.ts
Normal file
17
src/app/core/shared/bitstream-format.model.ts
Normal 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;
|
||||
|
||||
}
|
Reference in New Issue
Block a user