mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-16 06:23:03 +00:00
71806: Curation tasks UI
This commit is contained in:
9
src/config/curation-task.interface.ts
Normal file
9
src/config/curation-task.interface.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { Config } from './config.interface';
|
||||
|
||||
/**
|
||||
* An interface to represent a curation task in the configuration. A CurationTask has a name and a label.
|
||||
*/
|
||||
export interface CurationTask extends Config {
|
||||
name: string;
|
||||
label: string;
|
||||
}
|
Reference in New Issue
Block a user