interface PositionJsonimport { type PositionJson } from "https://deno.land/x/deno_graph@0.63.3/types.ts"; Propertiesline: numberThe line number of a position within a source file. The number is a zero based index. character: numberThe character number of a position within a source file. The number is a zero based index.