mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
fixed tests and added some more documentation
This commit is contained in:
@@ -1,4 +1,14 @@
|
||||
/**
|
||||
* Interface representing a single suggestion for the input suggestions component
|
||||
*/
|
||||
export interface InputSuggestion {
|
||||
/**
|
||||
* The displayed value of the suggestion
|
||||
*/
|
||||
displayValue: string,
|
||||
|
||||
/**
|
||||
* The actual value of the suggestion
|
||||
*/
|
||||
value: string
|
||||
}
|
||||
|
Reference in New Issue
Block a user