Typescript-ref doesn't define IGet, IPost

I’ve just upgraded to ServiceStack 4.5.14 from 4.5.12, and both the latest ssutil tool and the new typescript-ref tool that I use to generate te my TypeScript client are generating a DTOs file with my messages that implement the IGet/IPost interfaces, but those interfaces aren’t defined in the DTO file that’s generated.
Previously, IGet and IPost weren’t being included on my messages in the TypeScript client.
I can add empty interfaces to get around the build error, but is there an option I can specify on the DTO file to include these by default?

This issue is resolved in v4.5.15 that’s now available on MyGet

That’s great, thanks for that.

1 Like