UNPKG

@abaplint/runtime

Version:
3 lines (2 loc) 173 B
import { HashedTable, Table } from "./types"; export declare function parametersCall(method: (params: any) => Promise<any>, parameters: Table | HashedTable): Promise<void>;