@carlosnc/tmdb-sdk - v0.13.2
    Preparing search index...

    Interface HttpRequestConfig

    interface HttpRequestConfig {
        data?: any;
        headers?: Record<string, string>;
        params?: Record<string, any>;
        signal?: AbortSignal;
    }
    Index

    Properties

    data?: any
    headers?: Record<string, string>
    params?: Record<string, any>
    signal?: AbortSignal