@scalar/api-client
Version:
the open source API testing client
7 lines • 398 B
TypeScript
import type { OpenClientPayload } from '../libs/create-client.js';
import type { Operation } from '@scalar/oas-utils/entities/spec';
/**
* Get the request uid by path and method
*/
export declare const getRequestUidByPathMethod: (requests: Record<string, Operation>, payload?: Omit<OpenClientPayload, "_source">) => string | undefined;
//# sourceMappingURL=get-request-uid-by-path-method.d.ts.map