UNPKG

swagger-tests

Version:

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

6 lines (5 loc) 99 B
export declare class SwaggerSecurityScheme { type: string; name: string; in: string; }