ServiceStack export C# DTO-Class to dtos.ts file
How can I export a C# class (DTO) in the dtos.ts file generated with npm run typescript-ref http://localhost:5000 src/myproject without referencing in the request class? Note: we have several C# DTO …