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

    Interface ImageUrlBuilderConfig

    interface ImageUrlBuilderConfig {
        backdropSizes?: string[];
        baseUrl?: string;
        logoSizes?: string[];
        posterSizes?: string[];
        profileSizes?: string[];
        secureBaseUrl?: string;
        stillSizes?: string[];
    }
    Index

    Properties

    backdropSizes?: string[]
    baseUrl?: string
    logoSizes?: string[]
    posterSizes?: string[]
    profileSizes?: string[]
    secureBaseUrl?: string
    stillSizes?: string[]