UNPKG

donobu

Version:

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

5 lines 232 B
import { DonobuException } from './DonobuException'; export declare class UnparseableJsonBodyException extends DonobuException { constructor(expectedTypeName: string); } //# sourceMappingURL=UnparseableJsonBodyException.d.ts.map