UNPKG

@scalar/api-client

Version:

the open source API testing client

4 lines 417 B
import type { OperationObject, PathItemObject } from '@scalar/workspace-store/schemas/v3.1/strict/openapi-document'; /** Combine pathItem and operation parameters into a single, dereferenced parameter array */ export declare const combineParams: (pathParams?: PathItemObject["parameters"], operationParams?: OperationObject["parameters"]) => OperationObject["parameters"]; //# sourceMappingURL=combine-params.d.ts.map