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

    Interface CreateListResponse

    interface CreateListResponse {
        list_id: number;
        status_code: number;
        status_message: string;
        success: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    list_id: number
    status_code: number
    status_message: string
    success: boolean