Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
namespace
interface
type
export namespace ModuleNamespace { export interface SampleInterface { ... } export type SampleType = { ... } }
export interface SampleInterface { ... } export type SampleType = { ... }
import type { ModuleNamespace } from '<path-to-your-type>';