donobu
Version:
Create browser automations with an LLM agent and replay them as Playwright scripts.
9 lines • 446 B
TypeScript
import { Request, Response } from 'express';
import { FlowsPersistenceFactory } from '../persistence/FlowsPersistenceFactory';
export declare class FlowsFilesApi {
private readonly flowsPersistenceFactory;
constructor(flowsPersistenceFactory: FlowsPersistenceFactory);
getFlowImage(req: Request, res: Response): Promise<void>;
getFlowVideo(req: Request, res: Response): Promise<void>;
}
//# sourceMappingURL=FlowsFilesApi.d.ts.map