UNPKG

donobu

Version:

Create browser automations with an LLM agent and replay them as Playwright scripts.

12 lines 312 B
import { RunMode } from './FlowMetadata'; import { State } from './FlowMetadata'; export type FlowsQuery = { name?: string; startedAfter?: number; startedBefore?: number; runMode?: RunMode; state?: State; limit?: number; pageToken?: string; }; //# sourceMappingURL=FlowsQuery.d.ts.map