interface SourceMapimport { type SourceMap } from "https://dotland.deno.dev/x/lume@v2.4.2/plugins/source_maps.ts"; SourceMap with a property to store dynamic sources Propertiesversion: numberoptionalfile: stringsources: readonly string[]optionalsourceRoot: stringoptionalsourcesContent: readonly (string | null)[]names: readonly string[]mappings: stringoptional[dynamicSourcesSymbol]: Record<string, string>