From 98783811e0c90705ddac2cc5e54c524aae634865 Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Sun, 19 May 2024 08:01:23 +0200 Subject: [PATCH] changeset --- .changeset/red-lamps-tickle.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .changeset/red-lamps-tickle.md diff --git a/.changeset/red-lamps-tickle.md b/.changeset/red-lamps-tickle.md new file mode 100644 index 000000000..67b912cfa --- /dev/null +++ b/.changeset/red-lamps-tickle.md @@ -0,0 +1,7 @@ +--- +"@hey-api/openapi-ts": patch +--- + +Add explicit type annotations to `Interceptors` + +This allows the generated code to work with TypeScript 5.5's new `isolatedDeclarations` configuration.