UNPKG

@redocly/respect-core

Version:
16 lines 503 B
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