X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=shared%2Fmodels%2Fresult-list.model.ts;h=fcafcfb2f23f80cd215dee3631cf1467053dc462;hb=4097c6d66cb2919c28b5bce44b259e630923fbe0;hp=2d5147a865f4c632ba9cca5c548386a13713bfaf;hpb=6fcd19ba737f1f5614a56c6925adb882dea43b8d;p=github%2FChocobozzz%2FPeerTube.git diff --git a/shared/models/result-list.model.ts b/shared/models/result-list.model.ts index 2d5147a86..fcafcfb2f 100644 --- a/shared/models/result-list.model.ts +++ b/shared/models/result-list.model.ts @@ -2,3 +2,7 @@ export interface ResultList { total: number data: T[] } + +export interface ThreadsResultList extends ResultList { + totalNotDeletedComments: number +}