Interface MigrationMappingInstruction

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

Properties

sourceElementId: string

The element ID to migrate from.

targetElementId: string

The element ID to migrate into.

Generated using TypeDoc