VideoInfoMeta: {
    advertise: VideoAdvertise;
    apiList: VideoAPI[];
    contentId: string;
    count: number;
    countryCode: string;
    cover: VideoCover;
    display: Record<string, Display>;
    encodingModel: string;
    homeUrl: string;
    interfaceLang: string;
    masterVideoId: string;
    provider: VideoProvider;
    rules: VideoInfoMetaRules;
    serviceId: number;
    share: VideoShare;
    subject: number;
    url: string;
    user: VideoUser;
}