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

    Interface ValidateKeyResponse

    interface ValidateKeyResponse {
        status_code?: number;
        status_message?: string;
        success: boolean;
    }
    Index

    Properties

    status_code?: number
    status_message?: string
    success: boolean