interface ImportDependencyimport { type ImportDependency } from "https://dotland.deno.dev/x/aleph@1.0.0-alpha.15/compiler/types.ts"; Propertiesreadonlytype: "import"readonlyurl: stringThe url of the @import dependency. readonlymedia: string | nullThe media query for the @import rule. readonlysupports: string | nullThe supports() query for the @import rule. readonlyloc: SourceLocationThe source location where the @import rule was found.