UNPKG

donobu

Version:

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

8 lines 262 B
import { z } from 'zod/v4'; export declare const RunModeSchema: z.ZodEnum<{ AUTONOMOUS: "AUTONOMOUS"; INSTRUCT: "INSTRUCT"; DETERMINISTIC: "DETERMINISTIC"; }>; export type RunMode = z.infer<typeof RunModeSchema>; //# sourceMappingURL=RunMode.d.ts.map