mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
added tests and typedoc
This commit is contained in:
@@ -8,6 +8,9 @@ import { excludeFromEquals } from '../../core/utilities/equals.decorators';
|
||||
import { ResourceType } from '../../core/shared/resource-type';
|
||||
import { typedObject } from '../../core/cache/builders/build-decorators';
|
||||
|
||||
/**
|
||||
* Object representing a process
|
||||
*/
|
||||
@typedObject
|
||||
export class Process implements CacheableObject {
|
||||
static type = PROCESS;
|
||||
|
Reference in New Issue
Block a user