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