UNPKG

donobu

Version:

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

11 lines 304 B
import type { Request, Response } from 'express'; /** * API endpoints for basic health/connectivity checks. */ export declare class PingApi { /** * No-op endpoint that just returns HTTP 200. */ ping(_req: Request, res: Response): Promise<void>; } //# sourceMappingURL=PingApi.d.ts.map