tmdb-ts
    Preparing search index...

    Interface Flatrate

    A streaming/subscription watch provider option.

    interface Flatrate {
        display_priority: number;
        logo_path: string;
        provider_id: number;
        provider_name: string;
    }
    Index

    Properties

    display_priority: number
    logo_path: string
    provider_id: number
    provider_name: string