lizen shakyaforOutside Studiooutside-studio.hashnode.dev·Jun 27, 2023Leverage OpenAPI to generate a strongly typed client in NestJSI'll show you how to leverage a generated OpenAPI document to create a typescript client in NestJS that can be used in the front-end app. Why would someone want to do that? Because it's more beneficial to have statically typed endpoints than to do th...1 like·2.0K readsNode.js