UNPKG

@hyperbrowser/agent

Version:

Hyperbrowsers Web Agent

8 lines (7 loc) 263 B
import { ActionCacheEntry } from "../../types"; interface CreateScriptFromActionCacheParams { taskId?: string; steps: ActionCacheEntry[]; } export declare function createScriptFromActionCache(params: CreateScriptFromActionCacheParams): string; export {};