UNPKG

@autobe/agent

Version:

AI backend server code generator

5 lines (4 loc) 372 B
import { AutoBeTestValidateEvent } from "@autobe/interface"; import { IAutoBeTestFunction } from "../structures/IAutoBeTestFunction"; import { IAutoBeTestScenarioArtifacts } from "../structures/IAutoBeTestScenarioArtifacts"; export declare const transformTestValidateEvent: (event: AutoBeTestValidateEvent, artifacts: IAutoBeTestScenarioArtifacts) => IAutoBeTestFunction;