You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
/**
|
|
* Flock Freight RPA 入口(供 probe / 录制脚本引用)
|
|
* 实现见 workers/rpa/flock/run-quote.ts
|
|
*/
|
|
export { runFlockQuoteRpa } from "@/workers/rpa/flock/run-quote";
|
|
export type {
|
|
FlockQuoteInput,
|
|
FlockQuoteLine,
|
|
FlockRunQuoteResult,
|
|
} from "@/workers/rpa/flock/types";
|