feat: translate comments and logs to English for better accessibility
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/**
|
||||
* Resultado del análisis de un archivo OpenAPI/Swagger.
|
||||
* Contiene las estructuras crudas extraídas del spec para su posterior procesamiento.
|
||||
* Result of parsing an OpenAPI/Swagger file.
|
||||
* Contains the raw structures extracted from the spec for further processing.
|
||||
*/
|
||||
export interface SwaggerAnalysis {
|
||||
tags: unknown[];
|
||||
|
||||
Reference in New Issue
Block a user