PeerTube/client/src/types/job-type-client.type.ts

4 lines
97 B
TypeScript

import { JobType } from '@peertube/peertube-models'
export type JobTypeClient = 'all' | JobType