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

    Interface V4CreateListResponse

    interface V4CreateListResponse {
        id: number;
        status_code: number;
        status_message: string;
        success: boolean;
    }
    Index

    Properties

    id: number
    status_code: number
    status_message: string
    success: boolean