mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 06:53:03 +00:00
Renamed SearchParam class with a generic name RequestParam
This commit is contained in:
9
src/app/core/cache/models/request-param.model.ts
vendored
Normal file
9
src/app/core/cache/models/request-param.model.ts
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
/**
|
||||
* Class representing a query parameter (query?fieldName=fieldValue) used in FindListOptions object
|
||||
*/
|
||||
export class RequestParam {
|
||||
constructor(public fieldName: string, public fieldValue: any) {
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user