SOURCE_TYPE_FIELDS
const SOURCE_TYPE_FIELDS: { cursor: readonly CursorStrategy[]; ingest: readonly IngestMode[]; kind: readonly SourceKind[]; transport: readonly SourceTransport[];};The four type-system fields with their full vocabularies, keyed by field name. Exported so a catalog can render the taxonomy — a picker, a docs table, a test that asserts every source’s declaration is in range — from the same data the validator uses, rather than a copy that drifts.
Type Declaration
Section titled “Type Declaration”| Name | Type |
|---|---|
cursor | readonly CursorStrategy[] |
ingest | readonly IngestMode[] |
kind | readonly SourceKind[] |
transport | readonly SourceTransport[] |