UNPKG

@hyperbrowser/agent

Version:

Hyperbrowsers Web Agent

6 lines (5 loc) 282 B
import { z } from "zod"; import { AgentActionDefinition } from "../../types"; export declare const PageBackAction: z.ZodObject<{}, z.core.$strip>; export type PageBackActionType = z.infer<typeof PageBackAction>; export declare const PageBackActionDefinition: AgentActionDefinition;