openapi-to-postmanv2
Version:
Convert a given OpenAPI specification to Postman Collection v2.0
8 lines • 564 B
TypeScript
import { HeaderDefinition } from 'postman-collection';
/**
* Update the implicit headers from the current collection if the latest collection does not have the implicit headers.
* @param {HeaderDefinition[] | undefined} currentHeaders - The headers from the current collection
* @param {HeaderDefinition[] | undefined} latestHeaders - The headers from the latest collection
*/
export declare function attachImplicitHeaders(currentHeaders: HeaderDefinition[] | undefined, latestHeaders: HeaderDefinition[] | undefined): void;
//# sourceMappingURL=index.d.ts.map