Add isNSFW instance configuration key
[oweals/peertube.git] / shared / models / server / job.model.ts
index 2565479f6a802e89d346aeb740be1999fd777678..85bc9541b673eda5eddec677396a917e25c7bf45 100644 (file)
@@ -7,7 +7,9 @@ export type JobType = 'activitypub-http-unicast' |
   'video-file-import' |
   'video-file' |
   'email' |
-  'video-import'
+  'video-import' |
+  'videos-views' |
+  'activitypub-refresher'
 
 export interface Job {
   id: number