SpotifyNode
import type { SpotifyNode } from "https://raw.githubusercontent.com/takker99/scrapbox-userscript-std/0.24.3/mod.ts";
Spotify埋め込み
interface SpotifyNode {
href: string;
pathType:
| "track"
| "artist"
| "playlist"
| "album"
| "episode"
| "show";
raw: string;
type: "spotify";
videoId: string;
}