mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
AAE-29442 moving to node 20.18.1 (#10500)
* AAE-0000 - moving to node 20.18.1 * AAE-29442 Adjusted to the new eslint rule
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 type Path = Array<PathElement>;
|
||||
|
@@ -17,4 +17,4 @@
|
||||
|
||||
import { SecurityMark } from './securityMark';
|
||||
|
||||
export interface SecurityMarks extends Array<SecurityMark> {}
|
||||
export type SecurityMarks = Array<SecurityMark>;
|
||||
|
@@ -17,4 +17,4 @@
|
||||
|
||||
import { SecurityMarkBody } from './securityMarkBody';
|
||||
|
||||
export interface SecurityMarksBody extends Array<SecurityMarkBody> {}
|
||||
export type SecurityMarksBody = Array<SecurityMarkBody>;
|
||||
|
Reference in New Issue
Block a user