[MIGRATION] - Fixed lint errors for empty function

This commit is contained in:
VitoAlbano
2024-08-05 23:06:04 +01:00
parent cf175c67b8
commit 1c339a926b
867 changed files with 2147 additions and 2153 deletions

View File

@@ -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 */ }