UNPKG

swagger-tests

Version:

A typescript framework for testing an api against a swagger 3.0 json file.

5 lines (4 loc) 194 B
import { SwaggerResponseContentOptions } from "./response_content_options"; export declare class SwaggerResponseContent { "application/json; charset=utf-8": SwaggerResponseContentOptions; }