-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
En empty enum is defined like this:
enum X {}It has no members and thus reminds the never type (or even an Empty Type) that is clearly not JSON-safe.
For enums with members TS creates a union type that generator supports very well.
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation