chenshuai2144 / openapi2typescript

一个被大范围使用的小工具
312 stars 136 forks source link

枚举类型能不能生成Ts enum #55

Closed scrapstation closed 2 years ago

scrapstation commented 2 years ago

目前生成的是string literal

type CouponTypeEnumOfCoupon = 'Shipping' | 'Discount' |
'FullReduction';
scrapstation commented 2 years ago

fix #57