UNPKG

donobu

Version:

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

9 lines 401 B
import { DonobuException } from './DonobuException'; /** * This exception may be thrown if the deployment environment for the application is DONOBU_HOSTED_MULTI_TENANT but the current API * request does not have a valid access key. */ export declare class NoApiAccessTokenPresentException extends DonobuException { constructor(); } //# sourceMappingURL=NoApiAccessTokenPresentException.d.ts.map