fbad87b04
2158ac903
1 2 3
4 5
6
export enum VideoImportState { PENDING = 1, SUCCESS = 2, FAILED = 3, REJECTED = 4 }