tmdb-ts
    Preparing search index...

    Interface Review

    A user review for a movie or TV show.

    interface Review {
        author: string;
        author_details: AuthorDetails;
        content: string;
        created_at: string;
        id: string;
        updated_at: string;
        url: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    author: string
    author_details: AuthorDetails
    content: string
    created_at: string
    id: string
    updated_at: string
    url: string