Chocobozzz/PeerTube

View on GitHub
client/src/types/job-state-client.type.ts

Summary

Maintainability
A
0 mins
Test Coverage
import { JobState } from '@peertube/peertube-models'

export type JobStateClient = JobState | 'all'