video-import-state.enum.ts 76 B

12345
  1. export enum VideoImportState {
  2. PENDING = 1,
  3. SUCCESS = 2,
  4. FAILED = 3
  5. }