video-state.enum.ts 80 B

12345
  1. export enum VideoState {
  2. PUBLISHED = 1,
  3. TO_TRANSCODE = 2,
  4. TO_IMPORT = 3
  5. }