UNPKG

@hyperbrowser/agent

Version:

Hyperbrowsers Web Agent

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