Type alias MappingProperty

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

Type declaration

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