RuntimeModule interface
A module the generated code imports from, and what it takes from it.
Signature:
export interface RuntimeModule
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
|
string |
The specifier, before any redirection. | |
|
|
readonly string[] |
The named exports taken from it. | |
|
|
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.