x typescript
creates types with errors
#62
Replies: 2 comments
-
Btw, where is the source code for the tool that generates this? The ServiceStack repo organization is really confusing, so I wasn't able to find it. |
Beta Was this translation helpful? Give feedback.
-
All DTO Type Names need to be unique to use Add ServiceStack Reference so you can't have duplicate type names. The |
Beta Was this translation helpful? Give feedback.
-
In our code-base, we have C# definitions like:
When running
x typescript
, this is output as:...which of course is invalid. Is there way to force type generation to actually be valid? How do people handle this common scenario?
Beta Was this translation helpful? Give feedback.
All reactions