Skip to content
# Type Alias: ExtractedStructure

ExtractedStructure = "primitive" | {[key: string]: ExtractedStructure; } | ExtractedStructure[]

Defined in: packages/core/src/utils/JsonSchemaValidator.ts:11

Represents the structure extracted from JsonMapping analysis

Released under the MIT License.