UNPKG

dareway-rui

Version:

6 lines (5 loc) 429 B
declare function goAgg(adid:string, scope:string, urlPara:object, showtlsj): Iterable<any> declare function completeTask(tid:string, piid:string, eid:string, pdaid:string, tpid:string, FlowPath:string): Promise<any>; declare function createPI(pbiz:string, pdaid:string, json:object): Promise<any>; declare function doNewProcess(pdid:string, pjson:object): Iterable<any> export {completeTask, createPI, doNewProcess, goAgg};