mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-12 20:43:08 +00:00
Removed unused model
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
export enum PatchOperationType {
|
||||
test = 'test',
|
||||
remove = 'remove',
|
||||
add = 'add',
|
||||
replace = 'replace',
|
||||
move = 'move',
|
||||
copy = 'copy',
|
||||
}
|
||||
|
||||
export class PatchOperationModel {
|
||||
op: PatchOperationType;
|
||||
path: string;
|
||||
value: any;
|
||||
}
|
Reference in New Issue
Block a user