UNPKG

swagger-tests

Version:

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

5 lines (4 loc) 193 B
import { SwaggerResponseContentOptionsSchema } from "./response_content_options_schema"; export declare class SwaggerResponseContentOptions { schema: SwaggerResponseContentOptionsSchema; }