donobu
Version:
Create browser automations with an LLM agent and replay them as Playwright scripts.
7 lines • 313 B
TypeScript
import type { UserAction } from '../models/ControlPanel';
import { DonobuException } from './DonobuException';
export declare class UserInterruptException extends DonobuException {
readonly userAction: UserAction;
constructor(userAction: UserAction);
}
//# sourceMappingURL=UserInterruptException.d.ts.map