UNPKG

@gooddata/api-client-bear

Version:
10 lines 305 B
// (C) 2007-2019 GoodData Corporation /** * Converts 'client-land' AFM to JSON payload acceptable by REST API. * * @param execution - execution to send to API */ export function convertExecutionToJson(execution) { return JSON.stringify(execution); } //# sourceMappingURL=execute-afm.convert.js.map