UNPKG

@mintlify/common

Version:

Commonly shared code within Mintlify

3 lines (2 loc) 232 B
import { OperationInterface, AsyncApiExtension, AsyncApiOperation } from '../../types/asyncapi.js'; export declare const getOperationsData: (operations: OperationInterface[], extensions: AsyncApiExtension[]) => AsyncApiOperation[];