UNPKG

@abaplint/runtime

Version:
3 lines (2 loc) 183 B
import { ABAPObject, FieldSymbol } from "../types"; export declare function cast(target: ABAPObject | FieldSymbol, source: ABAPObject): Promise<FieldSymbol | ABAPObject | undefined>;