interface Lineimport { type Line } from "https://deno.land/x/netsaur@0.2.10/visualizer/types.ts"; Line Type for Jupyter Notebook Propertiesx: number[]y: number[]optionaltype: "scatter" | "bar"optionalmode: "markers" | "lines" | "lines+markers"optionalname: stringoptionalline: { color?: string; width?: number; }