FormContextOutput type exported

Last updated: 2026-03-03T11:04:37.495Z

Metrics

LOC: 1 Complexity: 1 Params: 0

Signature

type FormContextOutput

Summary

Map from field index (as string) to generated value.

Source Code

export type FormContextOutput = Record<string, string>;

No outgoing dependencies.

Impact (Incoming)

graph LR FormContextOutput["FormContextOutput"] isAvailableViaProxy["isAvailableViaProxy"] getLanguageModelApi["getLanguageModelApi"] isAvailableViaProxy -->|uses| FormContextOutput getLanguageModelApi -->|uses| FormContextOutput style FormContextOutput fill:#dbeafe,stroke:#2563eb,stroke-width:2px click FormContextOutput "889ae951064588aa.html" click isAvailableViaProxy "50fafb201d8fc13e.html" click getLanguageModelApi "a1b8e74a0381b891.html"