UNPKG

low-code-service

Version:

to handle workflow execution, handlebars execution and condition execution for low code service

8 lines (7 loc) 300 B
import { GetWorkFlowRequestData } from './types'; export declare const getRequestData: (apiData: GetWorkFlowRequestData, params: any) => { [x: string]: string; headers: string; url: string; }; export declare const getCurlCommand: (apiData: GetWorkFlowRequestData, params: any) => string;