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

    Interface GuestSession

    interface GuestSession {
        expires_at: string;
        guest_session_id: string;
        success: boolean;
    }
    Index

    Properties

    expires_at: string
    guest_session_id: string
    success: boolean