Skip to main content
Module

x/muse/mod.ts>Artist

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

Properties

views: string | null
description: string | null
name: string
channelId: string
shuffleId: string | null
radioId: string | null
subscribers: string | null
subscribed: boolean
thumbnails: Thumbnail[]
songs: { browseId: string | null; results: PlaylistItem[]; }