forked from hazza/dspace-angular
Fixed lint errors and add lint fix script
This commit is contained in:
@@ -22,10 +22,10 @@ export interface MetadataRepresentation {
|
||||
/**
|
||||
* How we should render the metadata in a list
|
||||
*/
|
||||
representationType: MetadataRepresentationType,
|
||||
representationType: MetadataRepresentationType;
|
||||
|
||||
/**
|
||||
* Fetches the value to be displayed
|
||||
*/
|
||||
getValue(): string
|
||||
getValue(): string;
|
||||
}
|
||||
|
Reference in New Issue
Block a user