@resee-movies/utilities - v1.0.2
    Preparing search index...

    Type Alias GetImageOptions

    Options for the TmdbImageCache.getImage method.

    type GetImageOptions = {
        baseUrl?: string;
        size?: string | number;
    }
    Index

    Properties

    Properties

    baseUrl?: string
    size?: string | number