You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
+ From OpenApi 3.1
+ Preserves order for tuples
+ e.g., when generating typescript from generated openapi specs
+ (a, b) becomes [a, b] instead of [a || b, a || b]
0 commit comments