UNPKG

@abaplint/runtime

Version:
4 lines (3 loc) 275 B
import { Context } from "../context"; import { HashedTable, Structure, Table, FieldSymbol } from "../types"; export declare function fetchNextCursor(context: Context, cursor: number, target: Structure | Table | FieldSymbol | HashedTable, packageSize: number): Promise<void>;