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

    Interface FetchAdapterConfig

    interface FetchAdapterConfig {
        baseURL: string;
        headers?: Record<string, string>;
        params?: Record<string, string>;
    }
    Index

    Properties

    baseURL: string
    headers?: Record<string, string>
    params?: Record<string, string>