1
0
Fork 0
peertube/shared/models/videos/video-state.enum.ts
2020-08-07 08:28:14 +02:00

5 lines
86 B
TypeScript

export const enum VideoState {
PUBLISHED = 1,
TO_TRANSCODE = 2,
TO_IMPORT = 3
}