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:
@@ -17,4 +17,4 @@
|
||||
|
||||
import { SecurityMarkBody } from './securityMarkBody';
|
||||
|
||||
export interface SecurityMarksBody extends Array<SecurityMarkBody> {}
|
||||
export interface SecurityMarksBody extends Array<SecurityMarkBody> { /* empty */ }
|
||||
|
Reference in New Issue
Block a user