Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/ogone/src/ogone.main.d.ts>ImportDescription

Advanced Web Composition for Future
Latest
interface ImportDescription
import { type ImportDescription } from "https://deno.land/x/ogone@revb3/src/ogone.main.d.ts";

Properties

key: string
uuid: string
default: boolean
optional
isComponent: boolean
optional
isType: boolean
optional
isRemote: boolean
defaultName: string | null
ambient: boolean
allAs: boolean
allAsName: string | null
path: string
optional
type: string
object: boolean
members: ({ name: string; alias: string; })[]
value: string
getHmrModuleSystem: (opts: hmrModuleSystemOptions) => string