UNPKG

donobu

Version:

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

6 lines 251 B
import { DonobuException } from './DonobuException'; export declare class TooManyRequestsException extends DonobuException { readonly dependency: string; constructor(dependency: string); } //# sourceMappingURL=TooManyRequestsException.d.ts.map