@redocly/respect-core
Version:
API testing framework core
16 lines • 503 B
TypeScript
import type { TestDescription, Workflow } from '../../types.js';
export declare function cleanupTestDescription(testDescription: TestDescription): {
arazzo: string | undefined;
sourceDescriptions: ({
"x-serverUrl"?: string | undefined;
name: string;
type: "openapi";
url: string;
} | {
name: string;
type: "arazzo";
url: string;
})[] | undefined;
workflows: Workflow[];
};
//# sourceMappingURL=cleanup-test-description.d.ts.map