mwbot-ts - v1.2.8
    Preparing search index...

    Interface ApiResponseQueryPagesPropVideoinfoDerivatives

    interface ApiResponseQueryPagesPropVideoinfoDerivatives {
        bandwidth?: number;
        height: number;
        shorttitle?: string;
        src: string;
        title?: string;
        transcodekey?: string;
        type: string;
        width: number;
    }
    Index

    Properties

    bandwidth?: number
    height: number
    shorttitle?: string
    src: string
    title?: string
    transcodekey?: string
    type: string
    width: number