@scalar/api-client
Version:
the open source API testing client
4 lines • 299 B
TypeScript
import type { RequestExample } from '@scalar/oas-utils/entities/spec';
/** Populate the headers from enabled parameters */
export declare function createFetchHeaders(example: Pick<RequestExample, 'parameters'>, env: object): Record<string, string>;
//# sourceMappingURL=create-fetch-headers.d.ts.map