mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-14 21:43:04 +00:00
61949: finished refactoring, adding type doc
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
import { CacheableObject, TypedObject } from '../cache/object-cache.reducer';
|
||||
import { CacheableObject } from '../cache/object-cache.reducer';
|
||||
import { ResourceType } from './resource-type';
|
||||
import { Group } from '../eperson/models/group.model';
|
||||
import { ActionType } from '../cache/models/action-type.model';
|
||||
|
||||
/**
|
||||
* Model class for a Resource Policy
|
||||
*/
|
||||
export class ResourcePolicy implements CacheableObject, TypedObject {
|
||||
export class ResourcePolicy implements CacheableObject {
|
||||
/**
|
||||
* The action that is allowed by this Resource Policy
|
||||
*/
|
||||
|
Reference in New Issue
Block a user