@redocly/respect-core
Version:
API testing framework core
7 lines • 421 B
TypeScript
import type { OperationDetails } from './get-operation-from-description.js';
import type { SourceDescription } from '../../types.js';
export declare function getOperationByPath(operationPath: string, descriptionDetails: {
$sourceDescriptions: any;
sourceDescriptions: SourceDescription[] | undefined;
}): (OperationDetails & Record<string, string>) | undefined;
//# sourceMappingURL=get-operation-by-path.d.ts.map