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

    Interface TMDBResponse

    interface TMDBResponse {
        status_code: number;
        status_message: string;
        success: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    status_code: number
    status_message: string
    success: boolean