ImageNodeCopyimport type { ImageNode } from "https://raw.githubusercontent.com/takker99/scrapbox-userscript-std/0.14.10/deps/scrapbox.ts";interface ImageNode extends BaseNode {link: string;src: string;type: "image";}§Extends§BaseNode[src]§Properties§link: string[src]§src: string[src]§type: "image"[src]