]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - shared/models/job.model.ts
Speed up activity pub http requests
[github/Chocobozzz/PeerTube.git] / shared / models / job.model.ts
CommitLineData
ee9e7b61 1export type JobState = 'pending' | 'processing' | 'error' | 'success'
afffe988 2export type JobCategory = 'transcoding' | 'activitypub-http'