Type Alias MappingProperty

MappingProperty: {
    source?: string;
    target: string;
    transform?: { globals: any; source: string; type: string };
}

Type declaration

  • Optionalsource?: string
  • target: string
  • Optionaltransform?: { globals: any; source: string; type: string }