interface UrlDependencyimport { type UrlDependency } from "https://dotland.deno.dev/x/aleph@1.0.0-alpha.15/compiler/types.ts"; Propertiesreadonlytype: "url"readonlyurl: stringThe url of the dependency. readonlyloc: SourceLocationThe source location where the url() was found. readonlyplaceholder: stringThe placeholder that the url was replaced with.