TableCopyimport type { Table } from "https://raw.githubusercontent.com/takker99/scrapbox-userscript-std/0.14.10/deps/scrapbox.ts";interface Table {cells: Node[][][];fileName: string;indent: number;type: "table";}§Properties§cells: Node[][][][src]§fileName: string[src]§indent: number[src]§type: "table"[src]