mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 18:14:17 +00:00
refactored resource type and type mapping
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
import { TaskObject } from './task-object.model';
|
||||
import { ResourceType } from '../../shared/resource-type';
|
||||
|
||||
/**
|
||||
* A model class for a ClaimedTask.
|
||||
*/
|
||||
export class ClaimedTask extends TaskObject {
|
||||
|
||||
static type = new ResourceType('claimedtask');
|
||||
}
|
||||
|
Reference in New Issue
Block a user