feat: translate comments and logs to English for better accessibility
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/** Traduce un tipo primitivo de OpenAPI/Swagger al equivalente TypeScript. */
|
||||
/** Translates a primitive OpenAPI/Swagger type to its TypeScript equivalent. */
|
||||
export function mapSwaggerTypeToTs(type?: string): string {
|
||||
if (!type) return 'unknown';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user