UNPKG

swagger-tools-oas3

Version:

Swagger-UI and API Rest Routing for Open API v3.

6 lines (5 loc) 155 B
export declare class LoggingOptions { format: string; errorLimit: string | number; constructor(format: string, errorLimit: string | number); }