]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - shared/models/job.model.ts
Begin activitypub
[github/Chocobozzz/PeerTube.git] / shared / models / job.model.ts
1 export type JobState = 'pending' | 'processing' | 'error' | 'success'
2 export type JobCategory = 'transcoding' | 'http-request'