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

    Interface V4CreateAccessTokenResponse

    interface V4CreateAccessTokenResponse {
        access_token: string;
        account_id: string;
        status_code: number;
        status_message: string;
    }
    Index

    Properties

    access_token: string
    account_id: string
    status_code: number
    status_message: string