Skip to main content
Module

x/muse/mod.ts>FlatSong

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

Properties

type: "flat-song"
title: string
videoId: string | null
artists: SongArtist[] | null
thumbnails: Thumbnail[]
isExplicit: boolean
album: { name: string; id: string; } | null
views: string | null
likeStatus: LikeStatus | null