Skip to main content
Module

x/muse/mod.ts>PlaylistItem

Youtube Music API (InnerTube) client for Deno, Node and the browser
Go to Latest
interface PlaylistItem
Re-export
import { type PlaylistItem } from "https://deno.land/x/muse@0.0.97/mod.ts";

Properties

videoId: string
title: string
artists: SongArtist[]
album: Album | null
likeStatus: LikeStatus
thumbnails: Thumbnail[]
isAvailable: boolean
isExplicit: boolean
videoType: VideoType
duration: string | null
duration_seconds: number | null
setVideoId: string | null
feedbackTokens: MenuTokens | null
feedbackToken: null
rank: string | null
change: TrendChange | null