# Type Alias: StructureFields
StructureFields =
object
Defined in: packages/core/src/transformers/ModelDrivenJsonMapping.ts:36
Structure fields can contain either field mappings or nested structures.
Index Signature
[key
: string
]: FieldMapping
| NestedStructure