tmdb-ts
    Preparing search index...

    Interface Buy

    A purchase watch provider option.

    interface Buy {
        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