import { APIError } from "../../common"; export interface JumpToVideoErrResult extends APIError { errCode: number; }