mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-08 02:24:11 +00:00
add docs, rename classes for clarity
This commit is contained in:
10
src/app/core/cache/object-cache.reducer.ts
vendored
10
src/app/core/cache/object-cache.reducer.ts
vendored
@@ -17,8 +17,18 @@ export enum DirtyType {
|
||||
Deleted = 'Deleted'
|
||||
}
|
||||
|
||||
/**
|
||||
* An interface to represent a JsonPatch
|
||||
*/
|
||||
export interface Patch {
|
||||
/**
|
||||
* The identifier for this Patch
|
||||
*/
|
||||
uuid?: string;
|
||||
|
||||
/**
|
||||
* the list of operations this Patch is composed of
|
||||
*/
|
||||
operations: Operation[];
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user