Move to eslint
[oweals/peertube.git] / shared / models / redundancy / video-redundancy.model.ts
index 014f69634e567ffc1e454c9750ef0d2d00efeab9..fa6e058324d5b190d310f59e1796344dd2e60882 100644 (file)
@@ -24,10 +24,12 @@ interface RedundancyInformation {
   size: number
 }
 
+// eslint-disable-next-line @typescript-eslint/no-empty-interface
 export interface FileRedundancyInformation extends RedundancyInformation {
 
 }
 
+// eslint-disable-next-line @typescript-eslint/no-empty-interface
 export interface StreamingPlaylistRedundancyInformation extends RedundancyInformation {
 
 }