If you’re building TypeScript frontend solutions with a .NET backend or you have a setup where you need to have the same models in some TypeScript code (e.g. same model definitions in a TypeScript serverless function), then you’ve come to the right place! Learn how to set up OpenAPI TypeScript client generation with .NET 6 to generate strongly typed clients and models for your frontend based on your backend data models. Find out how to enable hot reload on the backend API while updating the generated TypeScript client bindings, and discover the specific configurations required for this setup. Check out the full repository for code examples and more details.