@kubb/ts-codegen
Advanced tools
Comparing version 1.10.0 to 1.10.1
@@ -105,3 +105,3 @@ import ts from 'typescript'; | ||
typeName: string; | ||
enums: [key: string, value: string | number | boolean][]; | ||
enums: [key: string | number, value: string | number | boolean][]; | ||
}): ts.EnumDeclaration[] | (ts.TypeAliasDeclaration | ts.VariableStatement)[]; | ||
@@ -108,0 +108,0 @@ |
{ | ||
"name": "@kubb/ts-codegen", | ||
"version": "1.10.0", | ||
"version": "1.10.1", | ||
"description": "Generator ts-codegen", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
70383