UNPKG

swagger-tests

Version:

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

6 lines (5 loc) 102 B
export declare class SwaggerInfo { version: string; title: string; description: string; }