Interface MappingInstruction

interface MappingInstruction {
    sourceElementId: string;
    targetElementId: string;
}

Properties

sourceElementId: string
targetElementId: string

Generated using TypeDoc