mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-15 05:53:03 +00:00
intermediate commit
This commit is contained in:
20
src/app/core/shared/resource-policy.model.ts
Normal file
20
src/app/core/shared/resource-policy.model.ts
Normal file
@@ -0,0 +1,20 @@
|
||||
|
||||
import { CacheableObject } from '../cache/object-cache.reducer';
|
||||
import { ResourceType } from './resource-type';
|
||||
|
||||
export class ResourcePolicy implements CacheableObject {
|
||||
|
||||
action: string;
|
||||
|
||||
name: string;
|
||||
|
||||
// TODO group should ofcourse become a group object
|
||||
group: string;
|
||||
|
||||
self: string;
|
||||
|
||||
type: ResourceType;
|
||||
|
||||
uuid: string;
|
||||
|
||||
}
|
Reference in New Issue
Block a user