YoutubeListNode
import type { YoutubeListNode } from "https://raw.githubusercontent.com/takker99/scrapbox-userscript-std/0.24.3/mod.ts";
Youtube List埋め込み
interface YoutubeListNode {
href: string;
listId: string;
params: URLSearchParams;
pathType: "list";
raw: string;
type: "youtube";
}