Skip to main content
Module

x/muse/mod.ts>SongQuickLink

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

Properties

type: "song" | "video"
thumbnails: Thumbnail[]
title: string
videoId: string
artists: { name: string; id: string; }[]
isExplicit: boolean