UNPKG

@abaplint/runtime

Version:
3 lines (2 loc) 171 B
import { FieldSymbol, Structure } from "../types"; export declare function moveCorresponding(source: Structure | FieldSymbol, target: Structure | FieldSymbol): Structure;