Try to fix subscriptions inconsistencies
[oweals/peertube.git] / client / src / types / job-type-client.type.ts
1 import { JobType } from '@shared/models'
2
3 export type JobTypeClient = 'all' | JobType