From 7090fb0db99c20b4e9da6b60ed93dfbccd81d75d Mon Sep 17 00:00:00 2001 From: Jesus Date: Sat, 4 Jan 2025 20:23:26 +0100 Subject: [PATCH] Update typescript.md Update link to Typescript interfaces. The old one is pointing to a deprecated handbook page --- create-client/typescript.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create-client/typescript.md b/create-client/typescript.md index f974044db45..3771f2832c6 100644 --- a/create-client/typescript.md +++ b/create-client/typescript.md @@ -1,6 +1,6 @@ # TypeScript Interfaces -The TypeScript Generator allows you to create [TypeScript interfaces](https://www.typescriptlang.org/docs/handbook/interfaces.html) +The TypeScript Generator allows you to create [TypeScript interfaces](https://www.typescriptlang.org/docs/handbook/2/everyday-types.html#interfaces) that you can embed in any TypeScript-enabled project (React, Vue.js, Angular..). To do so, run the generator: