UNPKG

donobu

Version:

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

7 lines 212 B
import { z } from 'zod/v4'; export declare const SortOrderSchema: z.ZodEnum<{ asc: "asc"; desc: "desc"; }>; export type SortOrder = z.infer<typeof SortOrderSchema>; //# sourceMappingURL=SortOrder.d.ts.map