mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-12 20:43:08 +00:00
remove normalized models part 1
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
import { resourceType } from '../../cache/builders/build-decorators';
|
||||
import { ConfigObject } from './config.model';
|
||||
import { AccessConditionOption } from './config-access-condition-option.model';
|
||||
import { SubmissionFormsModel } from './config-submission-forms.model';
|
||||
import { ResourceType } from '../../shared/resource-type';
|
||||
|
||||
@resourceType(SubmissionUploadsModel.type)
|
||||
export class SubmissionUploadsModel extends ConfigObject {
|
||||
static type = new ResourceType('submissionupload');
|
||||
/**
|
||||
|
Reference in New Issue
Block a user