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

    Interface RequestToken

    interface RequestToken {
        expires_at: string;
        request_token: string;
        success: boolean;
    }
    Index

    Properties

    expires_at: string
    request_token: string
    success: boolean