export const enum VideoImportState {
PENDING = 1,
SUCCESS = 2,
FAILED = 3,
REJECTED = 4,
CANCELLED = 5,
PROCESSING = 6
}