mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
[MIGRATION] - Fixed lint errors for empty function
This commit is contained in:
@@ -21,4 +21,4 @@ import { PathElement } from '../../content-rest-api';
|
||||
* An ordered list of ancestors starting with the classification guide and ending with the parent of this topic.
|
||||
* This field is only returned when requested.
|
||||
*/
|
||||
export interface Path extends Array<PathElement> {}
|
||||
export interface Path extends Array<PathElement> { /* empty */ }
|
||||
|
Reference in New Issue
Block a user