UNPKG

@redocly/respect-core

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