UNPKG

swagger-tests

Version:

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

6 lines (5 loc) 107 B
export declare class SwaggerParameterSchema { type: string; format: string; minimum: number; }