vot.js - v2.4.12
    Preparing search index...

    Type Alias ServiceConf<T>

    type ServiceConf<T extends string = VideoService> = {
        additionalData?: string;
        host: T;
        match?: any;
        needExtraData?: true;
        rawResult?: true;
        url?: string;
    }

    Type Parameters

    Index

    Properties

    additionalData?: string
    host: T
    match?: any
    needExtraData?: true
    rawResult?: true
    url?: string