UNPKG

swagger-tests

Version:

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

7 lines (6 loc) 187 B
import { SwaggerResponseContent } from "./response_content"; export declare class SwaggerResponse { description: string; content: SwaggerResponseContent; required: boolean; }