UNPKG

@gooddata/api-client-bear

Version:
8 lines 311 B
import { IExecution } from "@gooddata/api-model-bear"; /** * Converts 'client-land' AFM to JSON payload acceptable by REST API. * * @param execution - execution to send to API */ export declare function convertExecutionToJson(execution: IExecution): string; //# sourceMappingURL=execute-afm.convert.d.ts.map