@gooddata/api-client-bear
Version:
API Client for the GoodData platform
8 lines • 311 B
TypeScript
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