RuntimeModule interface

A module the generated code imports from, and what it takes from it.

Signature:

export interface RuntimeModule 

Properties

Property

Modifiers

Type

Description

from

readonly

string

The specifier, before any redirection.

symbols

readonly

readonly string[]

The named exports taken from it.

typeOnly?

readonly

boolean

(Optional) Whether these are types rather than values.

Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.