UNPKG

swagger-tests

Version:

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

10 lines (9 loc) 280 B
export declare class OperationSupport { readonly restMethod: string; readonly statusCode: string; readonly route: string; constructor(operationName: string); readonly restAction: string; readonly statusString: string; private readonly statusCodeInt; }