SchemaProcessingResult Type Alias
SchemaProcessingResult = { kind: "source", schema: Schema } | { kind: "generated", schema: Schema }
The result of processing one schema.
Defined in
Last Updated: 25 August, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.