Skip to content
Snippets Groups Projects
Commit 49c060d1 authored by Giuseppe Digilio's avatar Giuseppe Digilio
Browse files

Added more comments

parent a017b178
Branches
Tags
No related merge requests found
import { Workspaceitem } from './workspaceitem.model';
/**
* A model class for a Workflowitem.
*/
export class Workflowitem extends Workspaceitem {
}
import { SubmissionObject } from './submission-object.model';
/**
* A model class for a Workspaceitem.
*/
export class Workspaceitem extends SubmissionObject {
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment